31 references to Protocol
InMemory.FunctionalTests (17)
Http2\Http2WebSocketTests.cs (10)
51new KeyValuePair<string, string>(InternalHeaderNames.Protocol, "websocket"), 117new KeyValuePair<string, string>(InternalHeaderNames.Protocol, "websocket"), 208new KeyValuePair<string, string>(InternalHeaderNames.Protocol, "websocket"), 292new KeyValuePair<string, string>(InternalHeaderNames.Protocol, "WebSocket"), 313new KeyValuePair<string, string>(InternalHeaderNames.Protocol, "WebSocket") 341new KeyValuePair<string, string>(InternalHeaderNames.Protocol, "websocket"), 410new KeyValuePair<string, string>(InternalHeaderNames.Protocol, "websocket"), 478new KeyValuePair<string, string>(InternalHeaderNames.Protocol, "websocket"), 540new KeyValuePair<string, string>(InternalHeaderNames.Protocol, "websocket"), 650new KeyValuePair<string, string>(InternalHeaderNames.Protocol, "websocket"),
Http3\WebTransport\WebTransportHandshakeTests.cs (6)
69new KeyValuePair<string, string>(InternalHeaderNames.Protocol, "webtransport"), 90nameof(InternalHeaderNames.Protocol), "webtransport", 99nameof(InternalHeaderNames.Protocol), "webtransport", 107nameof(InternalHeaderNames.Protocol), "webtransport", 158nameof(InternalHeaderNames.Protocol) => InternalHeaderNames.Protocol,
Http3\WebTransport\WebTransportTestUtilities.cs (1)
64new KeyValuePair<string, string>(InternalHeaderNames.Protocol, "webtransport"),
Microsoft.AspNetCore.Server.Kestrel.Core (11)
Internal\Http\HttpHeaders.Generated.cs (11)
3009if (ReferenceEquals(InternalHeaderNames.Protocol, key)) 3028if (InternalHeaderNames.Protocol.Equals(key, StringComparison.OrdinalIgnoreCase)) 3892if (ReferenceEquals(InternalHeaderNames.Protocol, key)) 3905if (InternalHeaderNames.Protocol.Equals(key, StringComparison.OrdinalIgnoreCase)) 4767if (ReferenceEquals(InternalHeaderNames.Protocol, key)) 4788if (InternalHeaderNames.Protocol.Equals(key, StringComparison.OrdinalIgnoreCase)) 5874if (ReferenceEquals(InternalHeaderNames.Protocol, key)) 5895if (InternalHeaderNames.Protocol.Equals(key, StringComparison.OrdinalIgnoreCase)) 7091array[arrayIndex] = new KeyValuePair<string, StringValues>(InternalHeaderNames.Protocol, _headers._Protocol); 7671nameStr = InternalHeaderNames.Protocol; 8439_current = new KeyValuePair<string, StringValues>(InternalHeaderNames.Protocol, _collection._headers._Protocol);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (3)
src\Servers\Kestrel\shared\KnownHeaders.cs (3)
31InternalHeaderNames.Protocol, 73new InternalHeader("Protocol", InternalHeaderNames.Protocol, isPseudoHeader: true), 162InternalHeaderNames.Protocol,