4 references to RemoveParsedValue
System.Net.Http (4)
System\Net\Http\Headers\HttpGeneralHeaders.cs (2)
52
_parent.
RemoveParsedValue
(KnownHeaders.Connection.Descriptor, HeaderUtilities.ConnectionClose);
129
_parent.
RemoveParsedValue
(KnownHeaders.TransferEncoding.Descriptor, HeaderUtilities.TransferEncodingChunked);
System\Net\Http\Headers\HttpHeaderValueCollection.cs (1)
130
return _store.
RemoveParsedValue
(_descriptor, item);
System\Net\Http\Headers\HttpRequestHeaders.cs (1)
84
RemoveParsedValue
(KnownHeaders.Expect.Descriptor, HeaderUtilities.ExpectContinue);