프로퍼티 | 타입 | 설명 | |
---|---|---|---|
sock | Socket |
메소드 | 설명 | |
---|---|---|
SocketTransport ( |
||
SocketTransport ( Socket sock ) : System.Text | ||
SocketTransport ( String host, int port ) : System.Text |
메소드 | 설명 | |
---|---|---|
_connect ( |
||
_connect ( String host, int port ) : Socket |
public SocketTransport ( |
||
addr | ||
port | int | |
리턴 | System.Text |
public SocketTransport ( Socket sock ) : System.Text | ||
sock | Socket | |
리턴 | System.Text |
public SocketTransport ( String host, int port ) : System.Text | ||
host | String | |
port | int | |
리턴 | System.Text |