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

◆ Contains() [1/2]

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

Definition at line 237 of file HttpHeaders.cs.

238 {
239 HeaderStoreItemInfo info;
240 if (_headerStore != null)
241 {
242 return TryGetAndParseHeaderInfo(descriptor, out info);
243 }
244 return false;
245 }
bool TryGetAndParseHeaderInfo(HeaderDescriptor key, [NotNullWhen(true)] out HeaderStoreItemInfo info)
Dictionary< HeaderDescriptor, object > _headerStore

References System.Net.Http.Headers.HttpHeaders._headerStore, System.info, and System.Net.Http.Headers.HttpHeaders.TryGetAndParseHeaderInfo().