private SecureTcpClient CreateConnection() { var connection = new SecureTcpClient(serverAddress, serverPort); return connection; }
private static SecureTcpClient CreateConnection() { var connection = new SecureTcpClient(ServerAddress, ServerPort); return connection; }