94 value =
default(TValue);
bool TryGetValue(TKey key, [MaybeNullWhen(false)] out TValue value)
bool ContainsKey(TKey key)
bool ICollection< KeyValuePair< TKey, TValue > >. Remove(KeyValuePair< TKey, TValue > keyValuePair)
void CopyTo(KeyValuePair< TKey, TValue >[] array, int index)
bool ICollection< KeyValuePair< TKey, TValue > >. Contains(KeyValuePair< TKey, TValue > keyValuePair)
bool ICollection< KeyValuePair< TKey, TValue > >. IsReadOnly
Enumerator GetEnumerator()
void Add(TKey key, TValue value)
bool TryGetValue< TValue >(HttpRequestOptionsKey< TValue > key, [MaybeNullWhen(false)] out TValue value)
bool IDictionary< string, object >. Remove(string key)
bool ICollection< KeyValuePair< string, object > >. Contains(KeyValuePair< string, object > item)
void Set< TValue >(HttpRequestOptionsKey< TValue > key, TValue value)
Dictionary< string, object?> Options
IEnumerator< KeyValuePair< string, object > > IEnumerable< KeyValuePair< string, object > >. GetEnumerator()
new IEnumerator< T > GetEnumerator()