idx_set()

PathList::idx_set(String, System::SharedPtr<CookieCollection>) method

Sets the cookie collection by specified path.

void System::Net::PathList::idx_set(String s, System::SharedPtr<CookieCollection> value)

Arguments

ParameterTypeDescription
sStringThe path.
valueSystem::SharedPtr<CookieCollection>The cookie collection to set.

See Also