2 writes to KeepAliveInterval
System.ServiceModel (2)
System\ServiceModel\Channels\WebSocketTransportSettings.cs (1)
46
this.
KeepAliveInterval
= settings.KeepAliveInterval;
System\ServiceModel\Configuration\WebSocketTransportSettingsElement.cs (1)
89
settings.
KeepAliveInterval
= this.KeepAliveInterval;
5 references to KeepAliveInterval
System.ServiceModel (5)
System\ServiceModel\Channels\WebSocketTransportSettings.cs (4)
46
this.KeepAliveInterval = settings.
KeepAliveInterval
;
189
&& this.
KeepAliveInterval
== other.
KeepAliveInterval
210
^ this.
KeepAliveInterval
.GetHashCode()
System\ServiceModel\Configuration\WebSocketTransportSettingsElement.cs (1)
74
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.KeepAliveInterval, settings.
KeepAliveInterval
);