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

Returns an array of all cookie keys in the cookie collection.

[Visual Basic]
Public ReadOnly Property AllKeys As String ()
[C#]
public string[] AllKeys {get;}
[C++]
public: __property String* get_AllKeys();
[JScript]
public function get AllKeys() : String[];

See Also

HttpCookieCollection Class | HttpCookieCollection Members | System.Web Namespace