3 references to DefaultKeepAliveIntervalString
System.ServiceModel (3)
System\ServiceModel\Channels\TransportDefaults.cs (1)
494
internal static readonly TimeSpan DefaultKeepAliveInterval = TimeSpanHelper.FromSeconds(0,
DefaultKeepAliveIntervalString
);
System\ServiceModel\Channels\WebSocketTransportSettings.cs (1)
81
[DefaultValue(typeof(TimeSpan), WebSocketDefaults.
DefaultKeepAliveIntervalString
)]
System\ServiceModel\Configuration\WebSocketTransportSettingsElement.cs (1)
33
[ConfigurationProperty(ConfigurationStrings.KeepAliveInterval, DefaultValue = WebSocketDefaults.
DefaultKeepAliveIntervalString
)]