CookieHandler.Domain Property

Definition

Gets or sets the domain used for cookies.

C#
public virtual string Domain { get; set; }

Property Value

The domain used for cookies. The default is null.

Remarks

Corresponds to the HttpCookie.Domain property.

The property can be initialized by specifying the domain attribute on the <cookieHandler> element in configuration.

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also