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>현재 컬렉션으로 복사될 쿠키가 있는 컬렉션입니다.

또 보기