CookieHelperInflateCookie Method |
Namespace: SxcUtilsLibAssembly: SxcUtilsLib (in SxcUtilsLib.dll) Version: 2013.4.30.0 (2013.4.30.0)
Syntaxpublic static CookieInflateReport InflateCookie(
string cookie,
Dictionary<Object, Object> dict
)
Public Shared Function InflateCookie (
cookie As String,
dict As Dictionary(Of Object, Object)
) As CookieInflateReport
public:
static CookieInflateReport^ InflateCookie(
String^ cookie,
Dictionary<Object^, Object^>^ dict
)
static member InflateCookie :
cookie : string *
dict : Dictionary<Object, Object> -> CookieInflateReport
Parameters
- cookie
- Type: SystemString
- dict
- Type: System.Collections.GenericDictionaryObject, Object
Return Value
Type:
CookieInflateReport
See Also