IOwinResponse.Write Method (Byte[], Int32, Int32)

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(), _
    offset As Integer, _
    count As Integer _
)
'Usage
Dim instance As IOwinResponse 
Dim data As Byte()
Dim offset As Integer 
Dim count As Integer

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

Parameters

  • offset
    Type: System.Int32
    The zero-based byte offset in the data parameter at which to begin copying bytes to the port.

See Also

Reference

IOwinResponse Interface

Write Overload

Microsoft.Owin Namespace