2 references to NormalizeWsSchemeWithHttpScheme
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
441
new EndpointAddress(WebSocketHelper.
NormalizeWsSchemeWithHttpScheme
(remoteAddress.Uri), remoteAddress) :
444
Uri httpVia = WebSocketHelper.IsWebSocketUri(via) ? WebSocketHelper.
NormalizeWsSchemeWithHttpScheme
(via) : via;