mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-10 02:55:41 +00:00
Seal Connection class
This commit is contained in:
parent
0e82236944
commit
bb39b2eb62
@ -4,7 +4,7 @@ using VpSharp.NativeApi;
|
||||
|
||||
namespace VpSharp.Internal;
|
||||
|
||||
internal class Connection
|
||||
internal sealed class Connection
|
||||
{
|
||||
private readonly object _lockObject;
|
||||
private readonly Socket _socket;
|
||||
|
Loading…
Reference in New Issue
Block a user