System::Net::CookieCollection::idx_get method
Contents
[
Hide
]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)
Parameter | Type | Description |
---|---|---|
index | int32_t | The index of a cookie that must be returned. |
ReturnValue
A cookie at the specified index.
See Also
- Typedef SharedPtr
- Class Cookie
- Class CookieCollection
- Namespace System::Net
- Library Aspose.PUB for C++
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)
Parameter | Type | Description |
---|---|---|
name | String | The name of a cookie that must be returned. |
ReturnValue
A cookie from the cookie collection by specified name when it is found, otherwise nullptr.
See Also
- Typedef SharedPtr
- Class Cookie
- Class String
- Class CookieCollection
- Namespace System::Net
- Library Aspose.PUB for C++