StreamToolsThreadSafeStreamCopyTo Method (Stream, Int64, Int64, Int32, Double, Int32) |
Namespace:
NetworkCommsDotNet.Tools
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic double CopyTo(
Stream destinationStream,
long startPosition,
long length,
int writeBufferSize,
double timeoutMSPerKBWrite = 1000,
int minTimeoutMS = 500
)
Parameters
- destinationStream
- Type: System.IOStream
- startPosition
- Type: SystemInt64
- length
- Type: SystemInt64
- writeBufferSize
- Type: SystemInt32
- timeoutMSPerKBWrite (Optional)
- Type: SystemDouble
- minTimeoutMS (Optional)
- Type: SystemInt32
Return Value
Type:
Double
See Also