CookieHeaderValue.Domain Property

 

Gets or sets the domain to associate the cookie with.

Namespace:   System.Net.Http.Headers
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

Syntax

public string Domain {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property String^ Domain {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
member Domain : string with get, set
Public Property Domain As String

Property Value

Type: System.String

The name of the domain to associate the cookie with.

See Also

CookieHeaderValue Class
System.Net.Http.Headers Namespace

Return to top