Renci.SshNet.Common.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);
}
}