Click or drag to resize
StreamHelperCopyStream Method
Copies the content of the source stream to the destination stream.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static long CopyStream(
	Stream sourceStream,
	Stream destStream,
	int bufferSize = 1024
)

Parameters

sourceStream
Type: System.IOStream
destStream
Type: System.IOStream
bufferSize (Optional)
Type: SystemInt32

Return Value

Type: Int64
See Also