C# Class Thrift.Transport.TSocket

Inheritance: Thrift.Transport.TStreamTransport
Afficher le fichier Open project: newrelic/thrift Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
Open ( ) : void
TSocket ( TcpClient client ) : System
TSocket ( string host, int port ) : System
TSocket ( string host, int port, int timeout ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
ConnectCallback ( IAsyncResult asyncres ) : void
InitSocket ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Open() public méthode

public Open ( ) : void
Résultat void

TSocket() public méthode

public TSocket ( TcpClient client ) : System
client System.Net.Sockets.TcpClient
Résultat System

TSocket() public méthode

public TSocket ( string host, int port ) : System
host string
port int
Résultat System

TSocket() public méthode

public TSocket ( string host, int port, int timeout ) : System
host string
port int
timeout int
Résultat System