CookieCollection
Wisej.Base.CookieCollection
public class CookieCollection : IList<Cookie>, ICollection<Cookie>, IEnumerable<Cookie>, IEnumerablePublic Class CookieCollection
Inherits IList(Of Cookie)
Implements ICollection(Of Cookie), IEnumerable(Of Cookie), IEnumerableProperties
Count
Item(name)
Item(index)
Methods
Add(cookie)
Parameter
Type
Description
Add(name, value)
Parameter
Type
Description
Add(name, value, domain)
Parameter
Type
Description
Add(name, value, expires)
Parameter
Type
Description
Add(name, value, domain, expires)
Parameter
Type
Description
Clear()
Contains(cookie)
Parameter
Type
Description
CopyTo(array, index)
Parameter
Type
Description
Get(name)
Parameter
Type
Description
GetEnumerator()
IndexOf(cookie)
Parameter
Type
Description
IndexOf(name)
Parameter
Type
Description
Remove(cookie)
Parameter
Type
Description
Remove(name)
Parameter
Type
Description
RemoveAt(index)
Parameter
Type
Description
Last updated
Was this helpful?

