3 references to IsWebSocketUri
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
440
EndpointAddress httpRemoteAddress = remoteAddress != null && WebSocketHelper.
IsWebSocketUri
(remoteAddress.Uri) ?
444
Uri httpVia = WebSocketHelper.
IsWebSocketUri
(via) ? WebSocketHelper.NormalizeWsSchemeWithHttpScheme(via) : via;
System\ServiceModel\Channels\WebSocketHelper.cs (1)
112
if (!
IsWebSocketUri
(uri))