Network.Client.Client C# (CSharp) 메소드

Client() 공개 메소드

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

Same methods

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