We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b7c24 commit 6752b88Copy full SHA for 6752b88
NetSdrClientApp/Networking/TcpClientWrapper.cs
@@ -12,8 +12,8 @@ namespace NetSdrClientApp.Networking
12
{
13
public class TcpClientWrapper : ITcpClient
14
15
- private string _host;
16
- private int _port;
+ private readonly string _host;
+ private readonly int _port;
17
private TcpClient? _tcpClient;
18
private NetworkStream? _stream;
19
private CancellationTokenSource _cts;
0 commit comments