Copies content of one stream to another.
Syntax
'Declaration
Public Shared Sub CopyStream( _
ByVal As System.IO.Stream, _
ByVal As System.IO.Stream _
)
public static void CopyStream(
System.IO.Stream ,
System.IO.Stream
)
Parameters
- src
- The source stream.
- dst
- The destination stream.
See Also