6 references to UriEx
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
164
return
UriEx
.UriSchemeHttp;
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 (2)
68
case
UriEx
.UriSchemeHttp:
71
case
UriEx
.UriSchemeHttps: