OwinResponse.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(array<Byte[]) Writes information to a response asynchronously.
Public method WriteAsync(String) Writes information to a response asynchronously.
Public method WriteAsync(array<Byte[], CancellationToken) Writes information to a response asynchronously.
Public method WriteAsync(String, CancellationToken) Writes information to a response asynchronously.
Public method WriteAsync(array<Byte[], Int32, Int32, CancellationToken) Writes information to a response asynchronously.

Top

See Also

Reference

OwinResponse Class

Microsoft.Owin Namespace