diff --git a/xml/System.Net/CookieContainer.xml b/xml/System.Net/CookieContainer.xml index 76bf26cfa53..fb9df06c6d5 100644 --- a/xml/System.Net/CookieContainer.xml +++ b/xml/System.Net/CookieContainer.xml @@ -476,7 +476,7 @@ ## Remarks If you add a instance for just one specific host, do not set the property of the instance. This is set automatically, based on the URI. - If your URI corresponds to your local domain and sends to all the hosts on the local domain, set the property equal to ".local". Otherwise, make sure it matches the host name used in the URI. + If your URI corresponds to your local domain and sends to all the hosts on the local domain, set the property equal to ".local". Otherwise, make sure it matches the host name used in the URI. If the property of a is Netscape, the property of the , if not set explicitly, is derived from the URI and is the complete path from the URI, including the page name. @@ -553,7 +553,7 @@ ## Remarks If you add a instance for just one specific host, do not set the property of the instance. This is set automatically, based on the URI. - If your URI corresponds to your local domain and sends to all the hosts on the local domain, set the property equal to ".local". Otherwise, make sure it matches the host name used in the URI. + If your URI corresponds to your local domain and sends to all the hosts on the local domain, set the property equal to ".local". Otherwise, make sure it matches the host name used in the URI. If equals , one or more instances is removed from the container before adding the `cookie` parameter. Enough instances are removed to bring below as follows: if there are expired instances in scope they are cleaned up. If not, then the least recently used is found and removed from the container.