Click or drag to resize

StreamExtensionCopyTo Method (Stream, Stream, Int32)

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static void CopyTo(
	Stream source,
	Stream destination,
	int bufferSize
)

Parameters

source
Type: System.IOStream
destination
Type: System.IOStream
bufferSize
Type: SystemInt32
See Also