docs.inedo.com →
inedo.com →
BuildMaster SDK Reference
Version:
6.1.0
5.6.0
5.5.0
5.3.0
5.2
5.1
5.0
BuildMaster SDK
Inedo
TextReaderExtensions
TextReaderExtensions Class
Contains extension methods for
System.IO.TextReader
.
Inheritance Hierarchy
object
Inedo.TextReaderExtensions
Syntax
public
class
TextReaderExtensions
Methods
Name
Description
CopyTo(System.IO.TextReader reader, System.IO.TextWriter writer)
Copies the text from
reader
to
writer
.
CopyTo(System.IO.TextReader reader, System.IO.TextWriter writer, int bufferSize)
Copies the text from
reader
to
writer
.
CopyToAsync(System.IO.TextReader reader, System.IO.TextWriter writer)
Copies the text from
reader
to
writer
.
CopyToAsync(System.IO.TextReader reader, System.IO.TextWriter writer, int bufferSize)
Copies the text from
reader
to
writer
.
CopyToAsync(System.IO.TextReader reader, System.IO.TextWriter writer, int bufferSize, System.Threading.CancellationToken cancellationToken)
Copies the text from
reader
to
writer
.