5 references to UriEx
System.ServiceModel.Http (5)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
163return UriEx.UriSchemeHttp;
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
45return UriEx.UriSchemeHttps;
System\ServiceModel\Channels\HttpsTransportBindingElement.cs (1)
40get { return UriEx.UriSchemeHttps; }
System\ServiceModel\Channels\WebSocketHelper.cs (2)
67case UriEx.UriSchemeHttp: 70case UriEx.UriSchemeHttps: