Share via


OwinRequest.Body Property

Gets or sets the body for this request.

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

Syntax

'Declaration
Public Overridable Property Body As Stream 
    Get 
    Set
'Usage
Dim instance As OwinRequest 
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 for this request.

Implements

IOwinRequest.Body

See Also

Reference

OwinRequest Class

Microsoft.Owin Namespace