2 references to CalculateKeepAliveInterval
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
643return WsrmUtilities.CalculateKeepAliveInterval(Settings.InactivityTimeout, Settings.MaxRetryCount); 649TimeSpan keepAliveInterval = WsrmUtilities.CalculateKeepAliveInterval(Settings.InactivityTimeout, Settings.MaxRetryCount);