IOwinContext::Response Property

 

Gets a wrapper exposing response specific properties.

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

property IOwinResponse^ Response {
	IOwinResponse^ get();
}

Property Value

Type: Microsoft.Owin::IOwinResponse^

A wrapper exposing response specific properties.

Return to top
Show: