You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<paramrefname="index" /> is less than zero.</exception>
1022
+
<exceptioncref="T:System.ArgumentException">
1023
+
<paramrefname="array" /> is multidimensional.
1024
+
1025
+
-or-
1026
+
1027
+
The number of elements in this <seecref="T:System.Net.CookieCollection" /> is greater than the available space from <paramrefname="index" /> to the end of the destination <paramrefname="array" />.</exception>
1028
+
<exceptioncref="T:System.InvalidCastException">The elements in this <seecref="T:System.Net.CookieCollection" /> cannot be cast automatically to the type of the destination <paramrefname="array" />.</exception>
@@ -1040,8 +1058,9 @@ The comparison for <xref:System.Net.Cookie.Path%2A> is case-sensitive.
1040
1058
<ReturnType>System.Boolean</ReturnType>
1041
1059
</ReturnValue>
1042
1060
<Docs>
1043
-
<summary>To be added.</summary>
1044
-
<value>To be added.</value>
1061
+
<summary>Gets a value that indicates whether access to a <seecref="T:System.Net.CookieCollection" /> is thread safe.</summary>
1062
+
<value>
1063
+
<seelangword="true" /> if access to the <seecref="T:System.Net.CookieCollection" /> is thread safe; otherwise, <seelangword="false" />. The default is <seelangword="false" />.</value>
1045
1064
<remarks>To be added.</remarks>
1046
1065
</Docs>
1047
1066
</Member>
@@ -1075,9 +1094,16 @@ The comparison for <xref:System.Net.Cookie.Path%2A> is case-sensitive.
1075
1094
<ReturnType>System.Object</ReturnType>
1076
1095
</ReturnValue>
1077
1096
<Docs>
1078
-
<summary>To be added.</summary>
1079
-
<value>To be added.</value>
1080
-
<remarks>To be added.</remarks>
1097
+
<summary>Gets an object to synchronize access to the <seecref="T:System.Net.CookieCollection" />.</summary>
1098
+
<value>An object to synchronize access to the <seecref="T:System.Net.CookieCollection" />.</value>
1099
+
<remarks>
1100
+
<formattype="text/markdown"><![CDATA[
1101
+
1102
+
## Remarks
1103
+
The <xref:System.Net.CookieCollection.SyncRoot%2A> property returns an object that can be used to synchronize access to the <xref:System.Net.CookieCollection>.
0 commit comments