2 implementations of InactivityTimeout
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelFactory.cs (1)
58
public TimeSpan
InactivityTimeout
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
69
public TimeSpan
InactivityTimeout
6 references to InactivityTimeout
System.ServiceModel (6)
System\ServiceModel\Channels\ChannelReliableSession.cs (6)
40
this.inactivityTimer = new InterruptibleTimer(this.settings.
InactivityTimeout
, new WaitCallback(this.OnInactivityElapsed), null);
353
string exceptionMessage = SR.GetString(SR.SequenceTerminatedInactivityTimeoutExceeded, this.settings.
InactivityTimeout
);
362
string faultReason = SR.GetString(SR.SequenceTerminatedInactivityTimeoutExceeded, this.settings.
InactivityTimeout
);
756
return Ticks.ToTimeSpan(Ticks.FromTimeSpan(this.Settings.
InactivityTimeout
) / 2);
759
return WsrmUtilities.CalculateKeepAliveInterval(this.Settings.
InactivityTimeout
, this.Settings.MaxRetryCount);
765
TimeSpan keepAliveInterval = WsrmUtilities.CalculateKeepAliveInterval(this.Settings.
InactivityTimeout
, this.Settings.MaxRetryCount);