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