1
0
mirror of https://github.com/oliverbooth/VpSharp synced 2024-11-10 04:55:41 +00:00

Seal Connection class

This commit is contained in:
Oliver Booth 2022-11-30 00:52:40 +00:00
parent 0e82236944
commit bb39b2eb62
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634

View File

@ -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;