4 references to KeepAliveInterval
System.ServiceModel (4)
System\ServiceModel\Configuration\WebSocketTransportSettingsElement.cs (4)
33
[ConfigurationProperty(ConfigurationStrings.
KeepAliveInterval
, DefaultValue = WebSocketDefaults.DefaultKeepAliveIntervalString)]
38
get { return (TimeSpan)base[ConfigurationStrings.
KeepAliveInterval
]; }
39
set { base[ConfigurationStrings.
KeepAliveInterval
] = value; }
74
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.
KeepAliveInterval
, settings.KeepAliveInterval);