2 references to GetWebSocketUri
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
735Uri httpWebRequestUri = isWebSocketRequest ? WebSocketHelper.GetWebSocketUri(via) : via;
System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
887address = new EndpointAddress(WebSocketHelper.GetWebSocketUri(endpointContext.Endpoint.Address.Uri), endpointContext.Endpoint.Address);