Parameters
- domain
Type: System.String
The domain of cookie. The default value is empty string.
- isCookieFormat
Type: System.Boolean
The true, if need format of cookie "name1=value1; name2=value2; ...", otherwise false. The default value is false. The default format is "Host\tDomainFlag\tPath\tSecureFlag\tExpiry\tName\tValue\tHttpOnlyFlag\tSessionFlag\r\n ..." for Firefox and "Host\tDomainFlag\tPath\tSecureFlag\tExpiry\tName\tValue\tHttpOnlyFlag\tSessionFlag\tSameSite\tPriority\r\n ..." for Chrome.
Return Value
Type: System.String
The cookies in the string format.