IOwinContext::Request Property

 

Gets a wrapper exposing request specific properties.

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

property IOwinRequest^ Request {
	IOwinRequest^ get();
}

Property Value

Type: Microsoft.Owin::IOwinRequest^

A wrapper exposing request specific properties.

Return to top
Show: