Overload List
Name | Description | |
---|---|---|
Write(Stream, Stream) |
Write the provided input stream to the destination stream
| |
Write( Byte , Int32, Int32, Stream, Int32, Double, Int32) |
Write the provided sendbuffer to the destination stream in chunks of writeBufferSize. Throws exception if any write takes longer than timeoutPerByteWriteMS.
| |
Write(Stream, Int64, Int64, Stream, Int32, Double, Int32) |
Write the provided input stream to the destination stream in chunks of writeBufferSize. Throws exception if any write takes longer than timeoutPerByteWriteMS.
|
See Also