3 references to FromSeconds
System.ServiceModel (3)
System\ServiceModel\Channels\TransportDefaults.cs (2)
248
internal static TimeSpan ChannelInitializationTimeout { get { return TimeSpanHelper.
FromSeconds
(30, ChannelInitializationTimeoutString); } }
494
internal static readonly TimeSpan DefaultKeepAliveInterval = TimeSpanHelper.
FromSeconds
(0, DefaultKeepAliveIntervalString);
System\ServiceModel\ServiceDefaults.cs (1)
10
internal static TimeSpan ServiceHostCloseTimeout { get { return TimeSpanHelper.
FromSeconds
(10, ServiceHostCloseTimeoutString); } }