[Modify] Add it
This commit is contained in:
parent
bed9d4e60e
commit
41d89493a5
@ -110,6 +110,12 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal object SyncRoot {
|
||||||
|
get {
|
||||||
|
return _sync;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Public Properties
|
#region Public Properties
|
||||||
|
Loading…
Reference in New Issue
Block a user