Method ImportCookieString
ImportCookieString(string)
Imports key-value pairs from a cookie string into the StringKeyStore. The query string should be in the format of "key1=value1; key2=value2".
public void ImportCookieString(string queryString)
Parameters
queryString
stringThe query string containing the key-value pairs to import.