5 references to Remove
System.Net.Http (5)
System\Net\Http\DiagnosticsHandler.cs (1)
104request.Headers.Remove(field);
System\Net\Http\Headers\HttpHeaders.cs (3)
411Remove(descriptor); 419public bool Remove(string name) => Remove(GetHeaderDescriptor(name)); 489bool headerRemoved = Remove(descriptor);
System\Net\Http\Headers\HttpHeaderValueCollection.cs (1)
72_store.Remove(_descriptor);