C-DEngine 5.105

CookieCollection..::..IsSynchronized Property

Gets a value indicating whether the access to the collection is thread safe.

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool IsSynchronized { get; }
Public ReadOnly Property IsSynchronized As Boolean
	Get
public:
property bool^ IsSynchronized {
	bool^ get ();
}

Field Value

true if the access to the collection is thread safe; otherwise, false. The default value is false.