Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.CookieCollection Class Reference

Public Member Functions

void Add (Cookie cookie)
 
void Add (CookieCollection cookies)
 
void Clear ()
 
bool Contains (Cookie cookie)
 
bool Remove (Cookie cookie)
 
void CopyTo (Array array, int index)
 
void CopyTo (Cookie[] array, int index)
 
IEnumerator GetEnumerator ()
 
void Add (T item)
 
bool Contains (T item)
 
void CopyTo (T[] array, int arrayIndex)
 
bool Remove (T item)
 
void Add (T item)
 
bool Contains (T item)
 
void CopyTo (T[] array, int arrayIndex)
 
bool Remove (T item)
 

Package Types

enum  Stamp { Check , Set , SetToUnused , SetToMaxUsed }
 

Package Functions

DateTime TimeStamp (Stamp how)
 
int InternalAdd (Cookie cookie, bool isStrict)
 
int IndexOf (Cookie cookie)
 
void RemoveAt (int idx)
 

Properties

Cookie this[int index] [get]
 
Cookiethis[string name] [get]
 
bool IsReadOnly [get]
 
int Count [get]
 
bool IsSynchronized [get]
 
object SyncRoot [get]
 
bool IsOtherVersionSeen [get]
 

Private Member Functions

void OnSerializing (StreamingContext context)
 
IEnumerator< Cookie > IEnumerable< Cookie >. GetEnumerator ()
 

Private Attributes

readonly ArrayList m_list = new ArrayList()
 
int m_version
 
DateTime m_TimeStamp = DateTime.MinValue
 
bool m_has_other_versions
 

Detailed Description

Definition at line 10 of file CookieCollection.cs.


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