Method | Description | |
---|---|---|
Accept ( ) : |
||
Bind ( |
||
Close ( ) : void | ||
Connect ( |
||
DcmTlsSocket ( ) : System.Threading | ||
GetInternalStream ( ) : Stream | ||
Listen ( int backlog ) : void | ||
Poll ( int microSeconds, SelectMode mode ) : bool | ||
Reconnect ( ) : void |
Method | Description | |
---|---|---|
DcmTlsSocket ( Socket socket ) : System.Threading |
public Bind ( |
||
localEP | ||
return | void |
public Connect ( |
||
remoteEP | ||
return | void |
public Poll ( int microSeconds, SelectMode mode ) : bool | ||
microSeconds | int | |
mode | SelectMode | |
return | bool |