| 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; }
Public ReadOnly Property NameServer As INameServerClientProtocol
Get
public:
property INameServerClientProtocol^ NameServer {
INameServerClientProtocol^ get ();
}
member NameServer : INameServerClientProtocol with get
Property Value
Type:
INameServerClientProtocol
The
INameServerClientProtocol object used by this instance to communicate with the name server.
See Also