CookieBuilder Constructor |
Namespace:
DotNetBrowser.Cookies
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax public 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