System::Net::CookieContainer::InternalGetCookies method

CookieContainer::InternalGetCookies method

返回与指定 URI 关联的 cookie 集合。

System::SharedPtr<CookieCollection> System::Net::CookieContainer::InternalGetCookies(System::SharedPtr<Uri> uri)
ParameterType描述
uriSystem::SharedPtr<Uri>将搜索 cookies 的 URI。

ReturnValue

与指定 URI 关联的 cookies 集合。

另见