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.Get (Int32)

Returns an HttpCookie item from the collection.

[Visual Basic]
Overloads Public Function Get( _
   ByVal index As Integer _
) As HttpCookie
[C#]
public HttpCookie Get(
   int index
);
[C++]
public: HttpCookie* Get(
   int index
);
[JScript]
public function Get(
   index : int
) : HttpCookie;

Parameters

index
Index of cookie to retrieve.

See Also

HttpCookieCollection Class | HttpCookieCollection Members | System.Web Namespace | HttpCookieCollection.Get Overload List