Skip to content

Commit b3f9a00

Browse files
committed
better text
1 parent dda45ad commit b3f9a00

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

xml/System.Net/CookieContainer.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@
8787
The methods for adding and retrieving <xref:System.Net.Cookie> instances to/from a <xref:System.Net.CookieContainer> are thread-safe and may be used concurrently from multiple threads.
8888
8989
> [!NOTE]
90-
> Regardless of thread-safety, unanticipated sharing of <xref:System.Net.CookieContainer> may lead to issues when working with <xref:System.Net.Http.HttpClient> and <xref:System.Net.Http.HttpClientHandler> or <xref:System.Net.Http.SocketsHttpHandler>.
91-
> One such problem is isolation: parts of the application that not intended to share cookies may inadvertently do so.
90+
> Regardless of thread-safety, unanticipated sharing of <xref:System.Net.CookieContainer> instances may lead to issues when working with <xref:System.Net.Http.HttpClient> and <xref:System.Net.Http.HttpClientHandler> or <xref:System.Net.Http.SocketsHttpHandler>, since parts of the application that not intended to share cookies may inadvertently do so.
9291
> It is not recommended to use cookies together with <xref:System.Net.Http.IHttpClientFactory>.
9392
9493
]]></format>

0 commit comments

Comments
 (0)