System::Net::CookieCollection::Add μέθοδος

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

Προσθέτει ένα cookie στη συλλογή.

void System::Net::CookieCollection::Add(const System::SharedPtr<Cookie> &cookie) override
ParameterTypeΠεριγραφή
cookieconst System::SharedPtr<Cookie>&Το cookie για προσθήκη.

Δείτε επίσης

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

Προσθέτει cookie από τη καθορισμένη συλλογή στην τρέχουσα.

void System::Net::CookieCollection::Add(System::SharedPtr<CookieCollection> cookies)
ParameterTypeΠεριγραφή
cookiesSystem::SharedPtr<CookieCollection>Η συλλογή από την οποία τα cookies θα αντιγραφούν στην τρέχουσα.

Δείτε επίσης