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