2 references to FromSeconds
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDefaults.cs (2)
195
public static TimeSpan ChannelInitializationTimeout { get { return TimeSpanHelper.
FromSeconds
(30, ChannelInitializationTimeoutString); } }
354
public static readonly TimeSpan DefaultKeepAliveInterval = TimeSpanHelper.
FromSeconds
(0, DefaultKeepAliveIntervalString);