Méthode | Description | |
---|---|---|
Close ( ) : void |
The close.
|
|
Close ( bool triggerEvent ) : void |
The close.
|
|
Connection ( int connectionID, Socket client, ProcessData processData ) : System |
Initializes a new instance of the Connection class. Initializes a new instance of the Connection class.
|
|
Send ( string message ) : IAsyncResult |
The send.
|
|
Send ( byte data ) : void |
The send.
|
Méthode | Description | |
---|---|---|
OnConnectionClosed ( |
The on connection closed.
|
Méthode | Description | |
---|---|---|
BeginReceive ( ) : void |
The begin receive.
|
|
ReceiveCallback ( IAsyncResult result ) : void |
The receive callback.
|
|
SendCallback ( IAsyncResult result ) : void |
The send callback.
|
public Close ( bool triggerEvent ) : void | ||
triggerEvent | bool | /// The trigger event. /// |
Résultat | void |
public Connection ( int connectionID, Socket client, ProcessData processData ) : System | ||
connectionID | int | /// The connection id. /// |
client | Socket | /// The client. /// |
processData | ProcessData | /// The process data. /// |
Résultat | System |
protected OnConnectionClosed ( |
||
e | /// The e. /// | |
Résultat | void |
public Send ( string message ) : IAsyncResult | ||
message | string | /// The message. /// |
Résultat | IAsyncResult |