<PackageReference Include="SSH.NET" Version="2024.2.0" />

Renci.SshNet.Connection.ProtocolVersionExchange

Handles the SSH protocol version exchange.
namespace Renci.SshNet.Connection { internal sealed class ProtocolVersionExchange : IProtocolVersionExchange { public SshIdentification Start(string clientVersion, Socket socket, TimeSpan timeout); public Task<SshIdentification> StartAsync(string clientVersion, Socket socket, CancellationToken cancellationToken); public ProtocolVersionExchange(); } }