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