OwinResponse.WriteAsync Method (Byte[])

Writes information to a response asynchronously.

Namespace:  Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
Public Overridable Function WriteAsync ( _
    data As Byte() _
) As Task
'Usage
Dim instance As OwinResponse 
Dim data As Byte()
Dim returnValue As Task 

returnValue = instance.WriteAsync(data)
public virtual Task WriteAsync(
    byte[] data
)
public:
virtual Task^ WriteAsync(
    array<unsigned char>^ data
)
abstract WriteAsync : 
        data:byte[] -> Task  
override WriteAsync : 
        data:byte[] -> Task
public function WriteAsync(
    data : byte[]
) : Task

Parameters

Return Value

Type: System.Threading.Tasks.Task
The information to write.

Implements

IOwinResponse.WriteAsync(Byte[])

See Also

Reference

OwinResponse Class

WriteAsync Overload

Microsoft.Owin Namespace