4 references to UnsupportedVersion
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
158case WebSocketError.UnsupportedVersion:
System.Net.HttpListener (1)
System\Net\WebSockets\HttpWebSocket.cs (1)
128throw new WebSocketException(WebSocketError.UnsupportedVersion,
System.Net.WebSockets (1)
System\Net\WebSockets\WebSocketException.cs (1)
138WebSocketError.UnsupportedVersion => SR.net_WebSockets_UnsupportedWebSocketVersion_Generic,
System.ServiceModel.Http (1)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
258case WebSocketError.UnsupportedVersion: