[Modify] Add it

This commit is contained in:
sta 2021-05-26 16:46:56 +09:00
parent bed9d4e60e
commit 41d89493a5

View File

@ -110,6 +110,12 @@ namespace WebSocketSharp.Net
}
}
internal object SyncRoot {
get {
return _sync;
}
}
#endregion
#region Public Properties