Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or set the owin.RequestBody Stream.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
Stream Body { get; set; }
property Stream^ Body {
Stream^ get();
void set(Stream^ value);
}
abstract Body : Stream with get, set
Property Body As Stream
Property Value
Type: System.IO.Stream
The owin.RequestBody Stream.
See Also
IOwinRequest Interface
Microsoft.Owin Namespace
Return to top