Skip to content

Commit 3b586b3

Browse files
authored
Update xml/System.Net/CookieContainer.xml
1 parent df7a8dc commit 3b586b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Net/CookieContainer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@
476476
## Remarks
477477
If you add a <xref:System.Net.Cookie> instance for just one specific host, do not set the <xref:System.Net.Cookie.Domain%2A> property of the <xref:System.Net.Cookie> instance. This is set automatically, based on the URI.
478478
479-
If your URI corresponds to your local domain and sends to all the hosts on the local domain, set the <xref:System.Net.Cookie> <xref:System.Net.Cookie.Domain%2A> property equal to ".local". Otherwise, make sure it matches the host name used in the URI.
479+
If your URI corresponds to your local domain and sends to all the hosts on the local domain, set the <xref:System.Net.Cookie.Domain?displayProperty=nameWithType> property equal to ".local". Otherwise, make sure it matches the host name used in the URI.
480480
481481
If the <xref:System.Net.Cookie.Version%2A> property of a <xref:System.Net.Cookie> is Netscape, the <xref:System.Net.Cookie.Path%2A> property of the <xref:System.Net.Cookie>, if not set explicitly, is derived from the URI and is the complete path from the URI, including the page name.
482482

0 commit comments

Comments
 (0)