Method | Description | |
---|---|---|
BoundIncomingStream ( |
||
Close ( ) : void | ||
Flush ( ) : void | ||
Read ( Byte buffer, |
||
Seek ( System.Int64 offset, SeekOrigin origin ) : System.Int64 | ||
SetLength ( System.Int64 length ) : void | ||
Write ( Byte buffer, |
public BoundIncomingStream ( |
||
connection | ||
size | ||
return | System |
public Read ( Byte buffer, |
||
buffer | Byte | |
offset | ||
count | ||
return |
public Seek ( System.Int64 offset, SeekOrigin origin ) : System.Int64 | ||
offset | System.Int64 | |
origin | SeekOrigin | |
return | System.Int64 |
public SetLength ( System.Int64 length ) : void | ||
length | System.Int64 | |
return | void |
public Write ( Byte buffer, |
||
buffer | Byte | |
offset | ||
count | ||
return | void |