System::Net::CookieCollection::idx_get メソッド
CookieCollection::idx_get(int32_t) method
指定されたインデックスのクッキーコレクションからクッキーを返します。
System::SharedPtr<Cookie> System::Net::CookieCollection::idx_get(int32_t index)
| パラメーター | 型 | 説明 |
|---|---|---|
| インデックス | int32_t | 返す必要があるクッキーのインデックス。 |
ReturnValue
指定されたインデックスのクッキー。
参照
- Typedef SharedPtr
- Class Cookie
- Class CookieCollection
- Namespace System::Net
- Library Aspose.Page for C++
CookieCollection::idx_get(String) method
指定された名前でクッキーコレクションからクッキーを返します。
System::SharedPtr<Cookie> System::Net::CookieCollection::idx_get(String name)
| パラメーター | 型 | 説明 |
|---|---|---|
| name | String | 返す必要があるクッキーの名前。 |
ReturnValue
指定された名前で見つかった場合はクッキーコレクションからクッキーを取得し、見つからない場合は nullptr を返します。
参照
- Typedef SharedPtr
- Class Cookie
- Class String
- Class CookieCollection
- Namespace System::Net
- Library Aspose.Page for C++