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

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

Parameters

Implements

IOwinResponse.Write(String)

See Also

Reference

OwinResponse Class

Write Overload

Microsoft.Owin Namespace