4 references to UriSchemeHttps
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
41return UriEx.UriSchemeHttps;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsTransportBindingElement.cs (1)
53get { return UriEx.UriSchemeHttps; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
343Fx.Assert(request.RequestUri.Scheme == UriEx.UriSchemeHttps,
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketHelper.cs (1)
71case UriEx.UriSchemeHttps: