CookieHelperNonStaticInflateCookie Method |
Namespace: SxcUtilsLibAssembly: SxcUtilsLib (in SxcUtilsLib.dll) Version: 2013.4.30.0 (2013.4.30.0)
Syntaxpublic CookieInflateReport InflateCookie(
string cookie,
Dictionary<Object, Object> dict
)
Public Function InflateCookie (
cookie As String,
dict As Dictionary(Of Object, Object)
) As CookieInflateReport
public:
CookieInflateReport^ InflateCookie(
String^ cookie,
Dictionary<Object^, Object^>^ dict
)
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