CookieCollection.IsSynchronized Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value that indicates whether access to the CookieCollection is thread safe.
Assembly: System.Net (in System.Net.dll)
Property Value
Type: System.Booleantrue if access to the CookieCollection is thread safe; otherwise, false. The default is false.
Implements
ICollection.IsSynchronized
Show: