IOwinRequest.Body Property

Gets or sets the request body.

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

Syntax

'Declaration
Property Body As Stream 
    Get 
    Set
'Usage
Dim instance As IOwinRequest 
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 request body.

See Also

Reference

IOwinRequest Interface

Microsoft.Owin Namespace