2 references to DefaultKeepAliveIntervalString
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpTransportDefaults.cs (1)
62public static readonly TimeSpan DefaultKeepAliveInterval = TimeSpanHelper.FromSeconds(0, DefaultKeepAliveIntervalString);
System\ServiceModel\Channels\WebSocketTransportSettings.cs (1)
57[DefaultValue(typeof(TimeSpan), WebSocketDefaults.DefaultKeepAliveIntervalString)]