C# 클래스 Thrift.Transport.TSocket
파일 보기
프로젝트 열기: 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 |
|
|
비공개 메소드들
메소드 상세
public Close ( ) : void |
리턴 |
void |
|
protected Dispose ( bool disposing ) : void |
disposing |
bool |
|
리턴 |
void |
|
public Open ( ) : void |
리턴 |
void |
|
public TSocket ( TcpClient client ) : System |
client |
System.Net.Sockets.TcpClient |
|
리턴 |
System |
|
public TSocket ( string host, int port ) : System |
host |
string |
|
port |
int |
|
리턴 |
System |
|
public TSocket ( string host, int port, int timeout ) : System |
host |
string |
|
port |
int |
|
timeout |
int |
|
리턴 |
System |
|