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.

또 보기