Member of ML.SDK.MLHttpClient
Dictionary
Method
Dictionary<string, string>
MLHttpClient.GetCookies(string domain)
Dictionary`<string, string>` MLHttpClient.GetCookies(string domain);
Parameters
Parameter | Type | Description |
---|---|---|
domain | string | The domain which cookies are set for. |
Returns
A dictionary of cookies currently set in Http client for the specified domain.
Summary
Returns a dictionary of cookies currently set in the Http client for the specific domain.