  | DfsClientNameServer Property | 
            Gets the name server client protocol object used by this instance to communicate with the name server.
            
Namespace: Ookii.Jumbo.Dfs.FileSystemAssembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic INameServerClientProtocol NameServer { get; }Public ReadOnly Property NameServer As INameServerClientProtocol
	Get
public:
property INameServerClientProtocol^ NameServer {
	INameServerClientProtocol^ get ();
}member NameServer : INameServerClientProtocol with get
Property Value
INameServerClientProtocol
            The 
INameServerClientProtocol object used by this instance to communicate with the name server.
            
See Also