3 references to HttpStatusCode
Interop.FunctionalTests (2)
Http2WebSocketInteropTests.cs (2)
84
Assert.Equal(expectedVersion == "HTTP/2" ? HttpStatusCode.OK : HttpStatusCode.SwitchingProtocols, wsClient.
HttpStatusCode
);
148
Assert.Equal(HttpStatusCode.OK, wsClient.
HttpStatusCode
);
System.Net.WebSockets.Client (1)
System\Net\WebSockets\ClientWebSocketOptions.cs (1)
263
/// Indicates whether <see cref="ClientWebSocket.
HttpStatusCode
" /> and <see cref="ClientWebSocket.HttpResponseHeaders" /> should be set when establishing the connection.