Method | Description | |
---|---|---|
Close ( Action onCloseCallback ) : void | ||
Connect ( Action |
||
Receive ( SocketError>.Action |
||
Send ( SocketError>.Action |
||
SocketTestClientAsync ( ITestOutputHelper log, string server, int port, int iterations, string message, |
Method | Description | |
---|---|---|
ImplementationName ( ) : string |
Method | Description | |
---|---|---|
IO_Complete ( object sender, SocketAsyncEventArgs e ) : void | ||
OnConnect ( object sender, SocketAsyncEventArgs e ) : void | ||
ProcessConnect ( SocketAsyncEventArgs e ) : void |
public Close ( Action onCloseCallback ) : void | ||
onCloseCallback | Action | |
return | void |
public Connect ( Action |
||
onConnectCallback | Action |
|
return | void |
public Receive ( SocketError>.Action |
||
onReceiveCallback | SocketError>.Action | |
return | void |
public Send ( SocketError>.Action |
||
onSendCallback | SocketError>.Action | |
return | void |
public SocketTestClientAsync ( ITestOutputHelper log, string server, int port, int iterations, string message, |
||
log | ITestOutputHelper | |
server | string | |
port | int | |
iterations | int | |
message | string | |
timeProgramStart | ||
return | System.Diagnostics |