Method | Description | |
---|---|---|
FlushAsync ( |
||
ReadAsync ( byte buffer, int offset, int count, |
||
TelnetStream ( ReadAsyncCallback readAsync, WriteAsyncCallback writeAsync, Func |
Initializes a new instance of the TelnetStream class.
|
Method | Description | |
---|---|---|
ReadByte ( |
||
WriteAsync ( byte buffer, int offset, int count, |
||
WriteByte ( byte buffer, int offset, |
public final FlushAsync ( |
||
cancellationToken | ||
return | Task |
public final ReadAsync ( byte buffer, int offset, int count, |
||
buffer | byte | |
offset | int | |
count | int | |
cancellationToken | ||
return | Task |
public TelnetStream ( ReadAsyncCallback readAsync, WriteAsyncCallback writeAsync, Func |
||
readAsync | ReadAsyncCallback | |
writeAsync | WriteAsyncCallback | |
dataAvailable | Func |
|
return | System |