CookieBuilder Constructor  | 
  
    Namespace: 
   DotNetBrowser.Cookies
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntaxpublic Builder(
	string domainName
)
Parameters
- domainName
 - Type: SystemString
                The name of the domain this cookie belongs too. Please note, that the domain is also required for cookies with
                __Host prefix.
             
See Also