2 references to CalculateKeepAliveInterval
System.ServiceModel (2)
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
759
return WsrmUtilities.
CalculateKeepAliveInterval
(this.Settings.InactivityTimeout, this.Settings.MaxRetryCount);
765
TimeSpan keepAliveInterval = WsrmUtilities.
CalculateKeepAliveInterval
(this.Settings.InactivityTimeout, this.Settings.MaxRetryCount);