IOwinResponse.Body Property

Gets or sets the body of the Stream.

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

Syntax

'Declaration
Property Body As Stream 
    Get 
    Set
'Usage
Dim instance As IOwinResponse 
Dim value As Stream 

value = instance.Body

instance.Body = value
Stream Body { get; set; }
property Stream^ Body {
    Stream^ get ();
    void set (Stream^ value);
}
abstract Body : Stream with get, set
function get Body () : Stream 
function set Body (value : Stream)

Property Value

Type: System.IO.Stream
The body of the Stream.

See Also

Reference

IOwinResponse Interface

Microsoft.Owin Namespace