Method | Description | |
---|---|---|
EndRead ( IAsyncResult result ) : int | ||
Read ( byte buffer, int offset, int count ) : int | ||
ReadByte ( ) : int |
Method | Description | |
---|---|---|
DetectEofStream ( Stream stream ) : System | ||
OnReceivedEof ( ) : void |
Method | Description | |
---|---|---|
ReceivedEof ( ) : void |
protected DetectEofStream ( Stream stream ) : System | ||
stream | Stream | |
return | System |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
return | int |