CookieDomainName Property |
Gets the domain name set for this cookie. It specifies allowed hosts
to receive the cookie.
Namespace:
DotNetBrowser.Cookies
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax public string DomainName { get; }
Property Value
Type:
StringThe domain name.
See Also