Class CookieStorage
Inheritance
System.Object
CookieStorage
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Asgard3.Core.BattleNetClient
Assembly: Asgard3.Core.dll
Syntax
public class CookieStorage
Constructors
| Improve this Doc View SourceCookieStorage(Int32, CookieType, Object[])
Declaration
public CookieStorage(int cookie, CookieType type, params object[] o)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | cookie | |
CookieType | type | |
System.Object[] | o |
Fields
| Improve this Doc View SourceCookie
Declaration
public int Cookie
Field Value
Type | Description |
---|---|
System.Int32 |
Objs
Declaration
public object[] Objs
Field Value
Type | Description |
---|---|
System.Object[] |
Type
Declaration
public CookieType Type
Field Value
Type | Description |
---|---|
CookieType |