Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

StreamWriter::WriteAsync Method

.NET Framework (current version)
 

Writes data to the stream asynchronously.

Namespace:   System.IO
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodWriteAsync(Char)

Writes a character to the stream asynchronously.(Overrides TextWriter::WriteAsync(Char).)

System_CAPS_pubmethodWriteAsync(array<Char>^)

Writes a character array to the text string or stream asynchronously.(Inherited from TextWriter.)

System_CAPS_pubmethodWriteAsync(array<Char>^, Int32, Int32)

Writes a subarray of characters to the stream asynchronously.(Overrides TextWriter::WriteAsync(array<Char>^, Int32, Int32).)

System_CAPS_pubmethodWriteAsync(String^)

Writes a string to the stream asynchronously.(Overrides TextWriter::WriteAsync(String^).)

Return to top
Show: