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 Constructor (String, String)

Create a new cookie object.

[Visual Basic]
Overloads Public Sub New( _
   ByVal name As String, _
   ByVal value As String _
)
[C#]
public Cookie(
   string name,
   string value
);
[C++]
public: Cookie(
   String* name,
   String* value
);
[JScript]
public function Cookie(
   name : String,
   value : String
);

Parameters

name
The name of the cookie.
value
The value of the cookie.

See Also

Cookie Class | Cookie Members | System.Web.Services.Protocols Namespace | Cookie Constructor Overload List