BuildMaster SDK Reference
Version:
CopyTo(System.IO.Stream destination) Method
Copies the contents of this stream starting from the current position to another stream.
Syntax
public
void CopyTo(System.IO.Stream destination)
Parameters
- destination
- Type: System.IO.Stream
The target stream.