Network.Client.Client C# (CSharp) Method

Client() public method

public Client ( NetworkConfig config ) : System
config NetworkConfig
return System
        public Client(NetworkConfig config)
        {
            this.Configuration = config;
        }

Same methods

Client::Client ( Socket s, Network.Server server ) : System
Client::Client ( bool isStateLess ) : System