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

Initializes a new instance of the HttpCookie class.

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

Parameters

name
Name of cookie.
value
[To be supplied.]

See Also

HttpCookie Class | HttpCookie Members | System.Web Namespace | HttpCookie Constructor Overload List