Click or drag to resize

CookieBuilder Constructor

Creates a new Cookie builder.

Namespace:  DotNetBrowser.Cookies
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
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