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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public INameServerClientProtocol NameServer { get; }

Property Value

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