System::Net::PathList::idx_set method

PathList::idx_set method

Sets the cookie collection by specified path.

void System::Net::PathList::idx_set(String s, System::SharedPtr<CookieCollection> value)
ParameterTypeDescription
sStringThe path.
valueSystem::SharedPtr<CookieCollection>The cookie collection to set.

See Also