Skip to content

Commit

Permalink
expose private field
Browse files Browse the repository at this point in the history
  • Loading branch information
Oshi41 committed Dec 22, 2024
1 parent 5cb1ed3 commit 3bfb012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/NetCoreServer/SslSession.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public SslSession(SslServer server)
#region Connect/Disconnect session

private bool _disconnecting;
private SslStream _sslStream;
protected SslStream _sslStream;
private Guid? _sslStreamId;

/// <summary>
Expand Down

0 comments on commit 3bfb012

Please sign in to comment.