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.Remove

Removes a cookie from the collection.

[Visual Basic]
Public Sub Remove( _
   ByVal name As String _
)
[C#]
public void Remove(
   string name
);
[C++]
public: void Remove(
   String* name
);
[JScript]
public function Remove(
   name : String
);

Parameters

name
Name of cookie to be removed

Return Value

None

See Also

HttpCookieCollection Class | HttpCookieCollection Members | System.Web Namespace