NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpCookie.Domain

Restricts domain cookie is to be used with.

[Visual Basic]
Public Property Domain As String
[C#]
public string Domain {get; set;}
[C++]
public: __property String* get_Domain();
public: __property void set_Domain(String*);
[JScript]
public function get Domain() : String;
public function set Domain(String);

Property Value

The current domain is the default value.

See Also

HttpCookie Class | HttpCookie Members | System.Web Namespace