Property | Type | Description | |
---|---|---|---|
socket | Socket |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
EchoSocket ( bool UseIPv6 ) : System | ||
EchoSocket ( bool UseIPv6, byte msg ) : System | ||
EchoSocket ( bool UseIPv6, string msg ) : System | ||
EchoSocket ( int Port, bool UseIPv6 ) : System |
public EchoSocket ( bool UseIPv6, byte msg ) : System | ||
UseIPv6 | bool | |
msg | byte | |
return | System |
public EchoSocket ( bool UseIPv6, string msg ) : System | ||
UseIPv6 | bool | |
msg | string | |
return | System |
public EchoSocket ( int Port, bool UseIPv6 ) : System | ||
Port | int | |
UseIPv6 | bool | |
return | System |