IOwinResponse.Write Method (String)

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 ( _
    text As String _
)
'Usage
Dim instance As IOwinResponse 
Dim text As String

instance.Write(text)
void Write(
    string text
)
void Write(
    String^ text
)
abstract Write : 
        text:string -> unit
function Write(
    text : String
)

Parameters

See Also

Reference

IOwinResponse Interface

Write Overload

Microsoft.Owin Namespace