System::Net::CookieCollection::InternalAdd method

CookieCollection::InternalAdd method

指定されたクッキーをコレクションに追加します。

int32_t System::Net::CookieCollection::InternalAdd(System::SharedPtr<Cookie> cookie, bool isStrict)
パラメーター説明
クッキーSystem::SharedPtr<Cookie>追加するクッキー。
isStrictbool指定されたクッキーが古いものを置き換える必要がある場合は true、そうでない場合は false です。

ReturnValue

指定されたクッキーが古いものを置き換えた場合は 0、そうでない場合は 1 です。

参照