C# 클래스 Thrift.Transport.TSocket

상속: Thrift.Transport.TStreamTransport
파일 보기 프로젝트 열기: newrelic/thrift 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
Open ( ) : void
TSocket ( TcpClient client ) : System
TSocket ( string host, int port ) : System
TSocket ( string host, int port, int timeout ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
ConnectCallback ( IAsyncResult asyncres ) : void
InitSocket ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Open() 공개 메소드

public Open ( ) : void
리턴 void

TSocket() 공개 메소드

public TSocket ( TcpClient client ) : System
client System.Net.Sockets.TcpClient
리턴 System

TSocket() 공개 메소드

public TSocket ( string host, int port ) : System
host string
port int
리턴 System

TSocket() 공개 메소드

public TSocket ( string host, int port, int timeout ) : System
host string
port int
timeout int
리턴 System