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