Org.Mentalis.Proxy.Client.Client C# (CSharp) 메소드

Client() 공개 메소드

Initializes a new instance of the Client object.
Both the ClientSocket property and the DestroyDelegate are initialized to null.
public Client ( ) : System
리턴 System
        public Client()
        {
            this.ClientSocket = null;
            this.Destroyer = null;
        }

Same methods

Client::Client ( Socket ClientSocket, DestroyDelegate Destroyer ) : System