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
1 changed files with 1 additions and 1 deletions

View File

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