Method | Description | |
---|---|---|
BeginReceive ( ) : void | ||
BeginReceive ( ReceivedDataCallback callback ) : void | ||
Close ( ) : void | ||
Configure ( IConnectionConfig config ) : void | ||
Dispose ( ) : void | ||
IsOpen ( ) : bool | ||
Open ( ) : void | ||
OpenAsync ( ) : Task |
||
ReactorConnectionAdapter ( |
||
Send ( |
||
Send ( byte buffer, int index, int length, INode destination ) : void | ||
SendAsync ( |
||
StopReceive ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public BeginReceive ( ReceivedDataCallback callback ) : void | ||
callback | ReceivedDataCallback | |
return | void |
public Configure ( IConnectionConfig config ) : void | ||
config | IConnectionConfig | |
return | void |
public ReactorConnectionAdapter ( |
||
reactor | ||
return | System |
public Send ( |
||
data | ||
return | void |
public Send ( byte buffer, int index, int length, INode destination ) : void | ||
buffer | byte | |
index | int | |
length | int | |
destination | INode | |
return | void |
public SendAsync ( |
||
payload | ||
return | System.Threading.Tasks.Task |