Gets a System.Net.CookieCollection that contains the System.Net.Cookie instances that are associated with a specific URI.
- uri
- The URI of the System.Net.Cookie instances desired.
A System.Net.CookieCollection that contains the System.Net.Cookie instances that are associated with a specific URI.
A new instance of a System.Net.CookieCollection is created. Then the System.Net.Cookie instances in the internal collection that are associated with the specified URI are read out and added to the new System.Net.CookieCollection.