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