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