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

Returns key name from collection.

[Visual Basic]
Public Function GetKey( _
   ByVal index As Integer _
) As String
[C#]
public string GetKey(
   int index
);
[C++]
public: String* GetKey(
   int index
);
[JScript]
public function GetKey(
   index : int
) : String;

Parameters

index
Index of name to retrieve.

See Also

HttpCookieCollection Class | HttpCookieCollection Members | System.Web Namespace