BasicHttpBinding.Scheme Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the URI transport scheme for the channels and listeners that are configured with this binding.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.String"https" if the security mode in the transport binding element is set to Transport or TransportWithMessageCredential; otherwise, "http".
Show: