[]
Copies content of one stream to another.
public static void CopyStream(Stream src, Stream dst)
Public Shared Sub CopyStream(src As Stream, dst As Stream)
| Type | Name | Description |
|---|---|---|
| Stream | src | The source stream. |
| Stream | dst | The destination stream. |