Method | Description | |
---|---|---|
PipeTo ( this source, Stream output ) : int |
Send all data from incoming socket to output. Buffer is assumed to be empty.
|
|
PipeTo ( this source, Stream output, long length ) : void |
Send length bytes of data from incoming socket to output. Buffer is assumed to be empty.
|
public static PipeTo ( this source, Stream output ) : int | ||
source | this | |
output | Stream | |
return | int |
public static PipeTo ( this source, Stream output, long length ) : void | ||
source | this | |
output | Stream | |
length | long | |
return | void |