Method | Description | |
---|---|---|
TcpServer ( string ip, short port ) : System | ||
listen ( int backlog = 16 ) : void |
Method | Description | |
---|---|---|
handleConnect ( |
||
handleData ( |
||
handleDisconnect ( |
public TcpServer ( string ip, short port ) : System | ||
ip | string | |
port | short | |
return | System |
protected handleConnect ( |
||
socket | ||
return | void |
protected handleData ( |
||
socket | ||
data | byte | |
return | void |
protected handleDisconnect ( |
||
socket | ||
return | void |