Thrift.Transport.TSocket.TSocket C# (CSharp) Méthode

TSocket() public méthode

public TSocket ( string host, int port ) : System
host string
port int
Résultat System
        public TSocket(string host, int port)
            : this(host, port, 0)
        {
        }

Same methods

TSocket::TSocket ( TcpClient client ) : System
TSocket::TSocket ( string host, int port, int timeout ) : System