OwinResponse.Body Property
Gets or sets the owin.ResponseBody Stream.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public virtual Stream Body { get; set; }
public:
property Stream^ Body {
virtual Stream^ get();
virtual void set(Stream^ value);
}
abstract Body : Stream with get, set
override Body : Stream with get, set
Public Overridable Property Body As Stream
Property Value
Type: System.IO.Stream
The owin.ResponseBody Stream.
Implements
See Also
OwinResponse Class
Microsoft.Owin Namespace
Return to top