Click or drag to resize

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.20.1
Syntax
C#
public string DomainName { get; }

Property Value

Type: String
The domain name.
See Also