IOwinResponse.Write Method (Byte[])

Writes the date contained in the given array to the file.

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

Syntax

'Declaration
Sub Write ( _
    data As Byte() _
)
'Usage
Dim instance As IOwinResponse 
Dim data As Byte()

instance.Write(data)
void Write(
    byte[] data
)
void Write(
    array<unsigned char>^ data
)
abstract Write : 
        data:byte[] -> unit
function Write(
    data : byte[]
)

Parameters

See Also

Reference

IOwinResponse Interface

Write Overload

Microsoft.Owin Namespace