Constructor Builder
- Namespace
- DotNetBrowser.Cookies
- Assembly
- DotNetBrowser.dll
Builder(string)
Creates a new Cookie builder.
public Builder(string domainName)
Parameters
domainName
stringThe name of the domain this cookie belongs too. Please note, that the domain is also required for cookies with
__Host
prefix.