idx_get()
CookieCollection::idx_get(int32_t) method
Returns a cookie from the cookie collection at the specified index.
System::SharedPtr<Cookie> System::Net::CookieCollection::idx_get(int32_t index)
Arguments
Parameter | Type | Description |
---|---|---|
index | int32_t | The index of a cookie that must be returned. |
Return Value
A cookie at the specified index.
CookieCollection::idx_get(String) method
Returns a cookie from the cookie collection by specified name.
System::SharedPtr<Cookie> System::Net::CookieCollection::idx_get(String name)
Arguments
Parameter | Type | Description |
---|---|---|
name | String | The name of a cookie that must be returned. |
Return Value
A cookie from the cookie collection by specified name when it is found, otherwise nullptr.
See Also
- Typedef SharedPtr
- Class Cookie
- Class CookieCollection
- Class String
- Namespace System::Net
- Library Aspose.Slides