Click or drag to resize

CookieCollectionSyncRoot Property

Gets an object used to synchronize access to the collection.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public Object SyncRoot { get; }

Property Value

Type: Object
An Object used to synchronize access to the collection.

Implements

ICollectionSyncRoot
See Also