Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Send ( string message ) : void | ||
Send ( string message, System.Guid clientID ) : void | ||
Start ( ) : void | ||
Start ( int port ) : void | ||
Stop ( ) : void | ||
TcpServer ( ) : System | ||
TcpServer ( string messageTermination ) : System |
Method | Description | |
---|---|---|
AcceptCallback ( IAsyncResult result ) : void | ||
ReadCompleted ( IAsyncResult result ) : void | ||
SendToClients ( byte data ) : void | ||
WriteCompleted ( IAsyncResult result ) : void | ||
cleanupClients ( ) : void | ||
disconnect ( Client stream ) : void | ||
isEndOfMessage ( int index ) : bool | ||
sendToClient ( byte data, Client client ) : void |
public Send ( string message, System.Guid clientID ) : void | ||
message | string | |
clientID | System.Guid | |
return | void |
public TcpServer ( string messageTermination ) : System | ||
messageTermination | string | |
return | System |