OwinContext.Response Property
Gets a wrapper exposing response specific properties.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public virtual IOwinResponse Response { get; private set; }
public:
property IOwinResponse^ Response {
virtual IOwinResponse^ get();
private: virtual void set(IOwinResponse^ value);
}
abstract Response : IOwinResponse with get, private set
override Response : IOwinResponse with get, private set
Public Overridable Property Response As IOwinResponse
Get
Private Set
End Property
Property Value
Type: Microsoft.Owin.IOwinResponse
A wrapper exposing response specific properties.
Implements
See Also
OwinContext Class
Microsoft.Owin Namespace
Return to top