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

指定されたインデックスのクッキー。

参照

CookieCollection::idx_get(String) method

指定された名前でクッキーコレクションからクッキーを返します。

System::SharedPtr<Cookie> System::Net::CookieCollection::idx_get(String name)
パラメーター説明
nameString返す必要があるクッキーの名前。

ReturnValue

指定された名前で見つかった場合はクッキーコレクションからクッキーを取得し、見つからない場合は nullptr を返します。

参照