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