Click or drag to resize

CookieBuilderDomainName Property

Gets the domain name for this cookie.

Namespace:  DotNetBrowser.Cookies
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public string DomainName { get; }

Property Value

Type: String
The domain name.
See Also