Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Remove() [1/2]

bool System.Net.Http.Headers.HttpHeaders.Remove ( HeaderDescriptor descriptor)
inlinepackageinherited

Definition at line 371 of file HttpHeaders.cs.

372 {
373 if (_headerStore != null)
374 {
375 return _headerStore.Remove(descriptor);
376 }
377 return false;
378 }
bool ICollection< KeyValuePair< TKey, TValue > >. Remove(KeyValuePair< TKey, TValue > keyValuePair)
Dictionary< HeaderDescriptor, object > _headerStore

References System.Net.Http.Headers.HttpHeaders._headerStore, and System.Collections.Generic.Dictionary< TKey, TValue >.Remove().