메소드 | 설명 | |
---|---|---|
TcpServer ( string ip, short port ) : System | ||
listen ( int backlog = 16 ) : void |
메소드 | 설명 | |
---|---|---|
handleConnect ( |
||
handleData ( |
||
handleDisconnect ( |
public TcpServer ( string ip, short port ) : System | ||
ip | string | |
port | short | |
리턴 | System |
protected handleConnect ( |
||
socket | ||
리턴 | void |
protected handleData ( |
||
socket | ||
data | byte | |
리턴 | void |
protected handleDisconnect ( |
||
socket | ||
리턴 | void |