Click or drag to resize

DfsClientNameServer Property

Gets the name server client protocol object used by this instance to communicate with the name server.

Namespace:  Ookii.Jumbo.Dfs.FileSystem
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
public INameServerClientProtocol NameServer { get; }

Property Value

Type: INameServerClientProtocol
The INameServerClientProtocol object used by this instance to communicate with the name server.
See Also