Method | Description | |
---|---|---|
Close ( ) : void | ||
Open ( ) : void | ||
TSocket ( |
||
TSocket ( string host, int port ) : System | ||
TSocket ( string host, int port, int timeout ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
ConnectCallback ( IAsyncResult asyncres ) : void | ||
InitSocket ( ) : void |
public TSocket ( |
||
client | ||
return | System |
public TSocket ( string host, int port ) : System | ||
host | string | |
port | int | |
return | System |
public TSocket ( string host, int port, int timeout ) : System | ||
host | string | |
port | int | |
timeout | int | |
return | System |