Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.Http.HttpRequestOptions Class Referencesealed

Public Member Functions

bool TryGetValue< TValue > (HttpRequestOptionsKey< TValue > key, [MaybeNullWhen(false)] out TValue value)
 
void Set< TValue > (HttpRequestOptionsKey< TValue > key, TValue value)
 
bool ContainsKey (TKey key)
 
void Add (TKey key, TValue value)
 
bool Remove (TKey key)
 
bool TryGetValue (TKey key,[MaybeNullWhen(false)] out TValue value)
 
void Add (T item)
 
bool Contains (T item)
 
void CopyTo (T[] array, int arrayIndex)
 
bool Remove (T item)
 

Properties

Dictionary< string, object?> Options = new Dictionary<string, object>() [get]
 
object? IDictionary< string, object >. this[string key] [get, set]
 
ICollection< string > IDictionary< string, object >. Keys [get]
 
ICollection< object?> IDictionary< string, object >. Values [get]
 
int ICollection< KeyValuePair< string, object > >. Count [get]
 
bool ICollection< KeyValuePair< string, object > >. IsReadOnly [get]
 
TValue this[TKey key] [get, set]
 

Private Member Functions

void IDictionary< string, object >. Add (string key, object value)
 
void ICollection< KeyValuePair< string, object > >. Add (KeyValuePair< string, object > item)
 
void ICollection< KeyValuePair< string, object > >. Clear ()
 
bool ICollection< KeyValuePair< string, object > >. Contains (KeyValuePair< string, object > item)
 
bool IDictionary< string, object >. ContainsKey (string key)
 
void ICollection< KeyValuePair< string, object > >. CopyTo (KeyValuePair< string, object >[] array, int arrayIndex)
 
IEnumerator< KeyValuePair< string, object > > IEnumerable< KeyValuePair< string, object > >. GetEnumerator ()
 
IEnumerator IEnumerable. GetEnumerator ()
 
bool IDictionary< string, object >. Remove (string key)
 
bool ICollection< KeyValuePair< string, object > >. Remove (KeyValuePair< string, object > item)
 
bool IDictionary< string, object >. TryGetValue (string key, out object value)
 

Detailed Description

Definition at line 7 of file HttpRequestOptions.cs.


The documentation for this class was generated from the following file: