Address.Scheme Property
The uri scheme.
Namespace: Microsoft.Owin.BuilderProperties
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public string Scheme { get; set; }
public:
property String^ Scheme {
String^ get();
void set(String^ value);
}
member Scheme : string with get, set
Public Property Scheme As String
Property Value
Type: System.String
Returns String.
See Also
Address Structure
Microsoft.Owin.BuilderProperties Namespace
Return to top