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

Renci.SshNet.Common.TimeSpanExtensions

static class TimeSpanExtensions
Provides extension methods for TimeSpan.
namespace Renci.SshNet.Common { internal static class TimeSpanExtensions { public static int AsTimeout(this TimeSpan timeSpan, string callerMemberName); public static void EnsureValidTimeout(this TimeSpan timeSpan, string callerMemberName); } }