Property | Type | Description | |
---|---|---|---|
sock | Socket |
Method | Description | |
---|---|---|
SocketTransport ( |
||
SocketTransport ( Socket sock ) : System.Text | ||
SocketTransport ( String host, int port ) : System.Text |
Method | Description | |
---|---|---|
_connect ( |
||
_connect ( String host, int port ) : Socket |
public SocketTransport ( |
||
addr | ||
port | int | |
return | System.Text |
public SocketTransport ( Socket sock ) : System.Text | ||
sock | Socket | |
return | System.Text |
public SocketTransport ( String host, int port ) : System.Text | ||
host | String | |
port | int | |
return | System.Text |