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