System::Net::CookieCollection::IndexOf メソッド

CookieCollection::IndexOf method

指定されたクッキーのインデックスを返します。

int32_t System::Net::CookieCollection::IndexOf(System::SharedPtr<Cookie> cookie)
パラメーター説明
クッキーSystem::SharedPtr<Cookie>検索対象のクッキーです。

ReturnValue

指定されたクッキーが見つかった場合はそのインデックスを、見つからない場合は -1 を返します。

参照