Org.Mentalis.Proxy.Client.Client C# (CSharp) Method

Client() public method

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

Same methods

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