BasicHttpBinding.Scheme Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets the URI transport scheme for the channels and listeners that are configured with this binding.
Namespace: System.ServiceModel
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Scheme As String
public override string Scheme { get; }
Property Value
Type: System.String
"https" if the security mode in the transport binding element is set to Transport or TransportWithMessageCredentials(); otherwise, "http".
Examples
' Get Scheme value
' Output of txtScheme: http
Dim txtScheme As String = binding.Scheme
// Get Scheme value
// Output of txtScheme: http
string txtScheme = binding.Scheme;
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.