8 references to UnsupportedProtocol
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
160case WebSocketError.UnsupportedProtocol:
System.Net.HttpListener (2)
System\Net\WebSockets\HttpWebSocket.cs (2)
41throw new WebSocketException(WebSocketError.UnsupportedProtocol, 73throw new WebSocketException(WebSocketError.UnsupportedProtocol,
System.Net.WebSockets (1)
System\Net\WebSockets\WebSocketException.cs (1)
139WebSocketError.UnsupportedProtocol => SR.net_WebSockets_UnsupportedProtocol_Generic,
System.Net.WebSockets.Client (3)
System\Net\WebSockets\WebSocketHandle.Managed.cs (3)
85throw new WebSocketException(WebSocketError.UnsupportedProtocol); 97throw new WebSocketException(WebSocketError.UnsupportedProtocol); 171WebSocketError.UnsupportedProtocol,
System.ServiceModel.Http (1)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
260case WebSocketError.UnsupportedProtocol: