System::Net::PathList::idx_get method

PathList::idx_get method

Gets the cookie collection by specified path.

System::SharedPtr<CookieCollection> System::Net::PathList::idx_get(String s)
ParameterTypeDescription
sStringThe path.

ReturnValue

The cookie collection by specified path.

See Also