StreamExtensionCopyTo Method (Stream, Stream, Int32) |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static void CopyTo(
Stream source,
Stream destination,
int bufferSize
)
Public Shared Sub CopyTo (
source As Stream,
destination As Stream,
bufferSize As Integer
)
public:
static void CopyTo(
Stream^ source,
Stream^ destination,
int bufferSize
)
static member CopyTo :
source : Stream *
destination : Stream *
bufferSize : int -> unit
Parameters
- source
- Type: System.IOStream
- destination
- Type: System.IOStream
- bufferSize
- Type: SystemInt32
See Also