BuildMaster SDK Reference
Version:

CopyToAsync(System.IO.TextReader reader, System.IO.TextWriter writer) Method

Copies the text from reader to writer.

Syntax

public static System.Threading.Tasks.Task CopyToAsync(System.IO.TextReader reader, System.IO.TextWriter writer)

Parameters

reader
Type: System.IO.TextReader

The source System.IO.TextReader.

writer
Type: System.IO.TextWriter

The destination System.IO.TextWriter.

Exceptions

System.ArgumentNullException

reader is null (Nothing in Visual Basic) or writer is null (Nothing in Visual Basic).