Share via


IOwinResponse.WriteAsync Method

Writes information to a response asynchronously.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method WriteAsync(Byte()) Writes information to a response asynchronously.
Public method WriteAsync(String) Writes information to a response asynchronously.
Public method WriteAsync(Byte(), CancellationToken) Writes information to a response asynchronously.
Public method WriteAsync(String, CancellationToken) Writes information to a response asynchronously.
Public method WriteAsync(Byte(), Int32, Int32, CancellationToken) Writes information to a response asynchronously.

Top

See Also

Reference

IOwinResponse Interface

Microsoft.Owin Namespace