Skip to main content
Member of ML.SDK.MLHttpClient
Method

Dictionary<string, string> MLHttpClient.GetCookies(string domain)

 Dictionary`<string, string>` MLHttpClient.GetCookies(string domain);

Parameters

ParameterTypeDescription
domainstringThe domain which cookies are set for.

Returns

Dictionary<string, string>

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.