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