Click or drag to resize

StreamExtensionCopyTo Method (Stream, Stream)

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

Parameters

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