Method | Description | |
---|---|---|
AsyncReadPacket ( |
||
FixedSizeReader ( Stream transport ) : System.Diagnostics | ||
ReadPacket ( byte buffer, int offset, int count ) : int |
Method | Description | |
---|---|---|
CheckCompletionBeforeNextRead ( int bytes ) : bool | ||
ReadCallback ( IAsyncResult transportResult ) : void | ||
StartReading ( ) : void |
public AsyncReadPacket ( |
||
request | ||
return | void |
public FixedSizeReader ( Stream transport ) : System.Diagnostics | ||
transport | Stream | |
return | System.Diagnostics |
public ReadPacket ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
return | int |