Share via


OwinResponse.Body Property

Gets or sets the body stream for the response.

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

Syntax

'Declaration
Public Overridable Property Body As Stream 
    Get 
    Set
'Usage
Dim instance As OwinResponse 
Dim value As Stream 

value = instance.Body

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

Property Value

Type: System.IO.Stream
The body stream for the response.

Implements

IOwinResponse.Body

See Also

Reference

OwinResponse Class

Microsoft.Owin Namespace