프로퍼티 | 타입 | 설명 | |
---|---|---|---|
socket | Socket |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System |
public EchoSocket ( bool UseIPv6, string msg ) : System | ||
UseIPv6 | bool | |
msg | string | |
리턴 | System |
public EchoSocket ( int Port, bool UseIPv6 ) : System | ||
Port | int | |
UseIPv6 | bool | |
리턴 | System |