StreamTools Write Method (Stream, Stream)NetworkComms.Net Help
Write the provided input stream to the destination stream

Namespace: NetworkCommsDotNet.Tools
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static double Write(
	Stream inputStream,
	Stream destinationStream
)

Return Value

Type: OnlineDouble
The average time in milliseconds per KB written
See Also