GetCookies()

CookieContainer::GetCookies(System::SharedPtr<Uri>) method

Returns a collection of cookies that are associated with the specified URI.

System::SharedPtr<CookieCollection> System::Net::CookieContainer::GetCookies(System::SharedPtr<Uri> uri)

Arguments

ParameterTypeDescription
uriSystem::SharedPtr<Uri>The URI for which cookies will be searched.

Return Value

A collection of cookies that are associated with the specified URI.

See Also