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 the URI transport scheme for the channels and listeners that are configured with this binding.
Namespace: System.Web.Http.SelfHost.Channels
Assembly: System.Web.Http.SelfHost (in System.Web.Http.SelfHost.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Scheme As String
Get
'Usage
Dim instance As HttpBinding
Dim value As String
value = instance.Scheme
public override string Scheme { get; }
public:
virtual property String^ Scheme {
String^ get () override;
}
abstract Scheme : string
override Scheme : string
override function get Scheme () : String
Property Value
Type: System.String
The transport scheme.