OwinResponse.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
Public Overridable Sub Write ( _
    data As Byte() _
)
'Usage
Dim instance As OwinResponse 
Dim data As Byte()

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

Parameters

Implements

IOwinResponse.Write(Byte[])

See Also

Reference

OwinResponse Class

Write Overload

Microsoft.Owin Namespace