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

Renci.SshNet.Common.TimeSpanExtensions

static class TimeSpanExtensions
Provides extension methods for TimeSpan.
public static int AsTimeout(this TimeSpan timeSpan, string paramName = null)

Returns the specified timeSpan as a valid timeout in milliseconds.

public static void EnsureValidTimeout(this TimeSpan timeSpan, string paramName = null)

Ensures that the specified timeSpan represents a valid timeout in milliseconds.