Click or drag to resize

DfsClientCreateNameServerClient Method

Creates a client object that can be used to communicate with a name server.

Namespace:  Ookii.Jumbo.Dfs.FileSystem
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
public static INameServerClientProtocol CreateNameServerClient()

Return Value

Type: INameServerClientProtocol
An object implementing INameServerClientProtocol that is a proxy class for communicating with the name server via RPC.
See Also