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