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

CookieCollection::Add(const System::SharedPtr<Cookie>&) method

コレクションにクッキーを追加します。

void System::Net::CookieCollection::Add(const System::SharedPtr<Cookie> &cookie) override
パラメーター説明
クッキーconst System::SharedPtr<Cookie>&追加するクッキー。

参照

CookieCollection::Add(System::SharedPtr<CookieCollection>) method

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

void System::Net::CookieCollection::Add(System::SharedPtr<CookieCollection> cookies)
パラメーター説明
クッキーSystem::SharedPtr<CookieCollection>現在のコレクションにコピーされるクッキーの元となるコレクションです。

参照