Metode System::Net::CookieCollection::Add

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

Menambahkan cookie ke koleksi.

void System::Net::CookieCollection::Add(const System::SharedPtr<Cookie> &cookie) override
ParameterTipeDeskripsi
cookieconst System::SharedPtr<Cookie>&Cookie yang akan ditambahkan.

Lihat Juga

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

Menambahkan cookie dari koleksi yang ditentukan ke yang saat ini.

void System::Net::CookieCollection::Add(System::SharedPtr<CookieCollection> cookies)
ParameterTipeDeskripsi
cookiesSystem::SharedPtr<CookieCollection>Koleksi dari mana cookie akan disalin ke yang saat ini.

Lihat Juga