idx_get()

PathList::idx_get(String) method

Gets the cookie collection by specified path.

System::SharedPtr<CookieCollection> System::Net::PathList::idx_get(String s)

Arguments

ParameterTypeDescription
sStringThe path.

Return Value

The cookie collection by specified path.

See Also