System.Net.Cookie.Domain Property

Gets or sets the URI for which the System.Net.Cookie is valid.

Syntax

public string Domain { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

A server cannot indicate a domain other than its own URI. However, it can indicate more than one server in the domain. The default value is the host that this cookie has been received from.

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0