Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
public BeginReceive ( ReceivedDataCallback callback ) : void | ||
callback | ReceivedDataCallback | |
Результат | void |
public Configure ( IConnectionConfig config ) : void | ||
config | IConnectionConfig | |
Результат | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public ReactorConnectionAdapter ( |
||
reactor | ||
Результат | System |
public Send ( |
||
data | ||
Результат | void |
public Send ( byte buffer, int index, int length, INode destination ) : void | ||
buffer | byte | |
index | int | |
length | int | |
destination | INode | |
Результат | void |
public SendAsync ( |
||
payload | ||
Результат | System.Threading.Tasks.Task |