2 references to ProtocolSlot
System.Net.Http (2)
System\Net\Http\Headers\HttpRequestHeaders.cs (2)
167
get => _specialCollectionsSlots is null ? null : (string?)_specialCollectionsSlots[
ProtocolSlot
];
172
_specialCollectionsSlots[
ProtocolSlot
] = value;