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 Class

This class represents an HTTP cookie used by web servers to persist state on the client using the Cookie and Set-Cookie HTTP headers. See W3C RFC 2109 and http://www.netscape.com/newsref/std/cookie_spec.html.

Object
   Cookie

[Visual Basic]
Public Class Cookie
[C#]
public class Cookie
[C++]
public __gc class Cookie
[JScript]
public class Cookie

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.Services.Protocols

Assembly: System.Web.Services.dll

See Also

Cookie Members | System.Web.Services.Protocols Namespace