Member of ML.SDK.MLHttpClient
Method
void MLHttpClient.AddCookie(string domain, string name, string value)
void MLHttpClient.AddCookie(string domain, string name, string value);
Parameters
Parameter | Type | Description |
---|---|---|
domain | string | Cookie domain. |
name | string | Cookie name |
value | string | Cookie value |
Returns
Summary
Add a new cookie to the list of cookies used by the Http Client.