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
public virtual string Scheme { get; set; }
public:
property String^ Scheme {
virtual String^ get();
virtual void set(String^ value);
}
abstract Scheme : string with get, set
override Scheme : string with get, set
Public Overridable Property Scheme As String
Property Value
Type: System.String
The HTTP request scheme from owin.RequestScheme.
Implements
See Also
OwinRequest Class
Microsoft.Owin Namespace
Return to top