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 HTTP request scheme from owin.RequestScheme.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
string Scheme { get; set; }
property String^ Scheme {
String^ get();
void set(String^ value);
}
abstract Scheme : string with get, set
Property Scheme As String
Property Value
Type: System.String
The HTTP request scheme from owin.RequestScheme.
See Also
IOwinRequest Interface
Microsoft.Owin Namespace
Return to top