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