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!

Cookie Properties

The properties of the Cookie class are listed below. For a complete list of Cookie class members, see the Cookie Members topic.

Public:

Comment The comment string for the cookie.
Domain The domain that a request must match to include this cookie.
Expired Returns true if the cookie has expired according to the Expires property.
Expires The time this cookie will expire.
Name The name of the cookie.
Path The path prefix that requests must match to include this cookie.
Secure True if the cookie should only be sent over a secure channel.
Value The value of the cookie.

See Also

Cookie Class | System.Web.Services.Protocols Namespace