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)
473Remove(descriptor); 481public bool Remove(string name) => Remove(GetHeaderDescriptor(name)); 551bool headerRemoved = Remove(descriptor);
System\Net\Http\Headers\HttpHeaderValueCollection.cs (1)
72_store.Remove(_descriptor);