System::Net::CookieCollection::Contains 메서드

CookieCollection::Contains method

컬렉션에 지정된 쿠키가 포함되어 있는지 확인합니다.

bool System::Net::CookieCollection::Contains(const System::SharedPtr<Cookie> &cookie) const override
매개변수형식설명
쿠키const System::SharedPtr<Cookie>&확인할 쿠키.

ReturnValue

컬렉션에 지정된 쿠키가 포함되어 있으면 true, 그렇지 않으면 false.

또 보기