WebClientHelperTryDeserializeStorageFromCookie - метод
Пространство имён: Tessa.Web.ClientСборка: Tessa.Web.Client (в Tessa.Web.Client.dll) Версия: 4.0.4
public static bool TryDeserializeStorageFromCookie(
string cookieValue,
out Dictionary<string?, Object>? storage
)
Public Shared Function TryDeserializeStorageFromCookie (
cookieValue As String,
<OutAttribute> ByRef storage As Dictionary(Of String, Object)
) As Boolean
public:
static bool TryDeserializeStorageFromCookie(
String^ cookieValue,
[OutAttribute] Dictionary<String^, Object^>^% storage
)
static member TryDeserializeStorageFromCookie :
cookieValue : string *
storage : Dictionary<string, Object> byref -> bool
- cookieValue String
-
- storage DictionaryString, Object
-
Boolean