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!

HttpCookieCollection.Set

Updates an HttpCookie value within the collection.

[Visual Basic]
Public Sub Set( _
   ByVal cookie As HttpCookie _
)
[C#]
public void Set(
   HttpCookie cookie
);
[C++]
public: void Set(
   HttpCookie* cookie
);
[JScript]
public function Set(
   cookie : HttpCookie
);

Parameters

cookie
HttpCookie value to be updated

Return Value

None

See Also

HttpCookieCollection Class | HttpCookieCollection Members | System.Web Namespace