2 implementations of AcknowledgementInterval
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelFactory.cs (1)
43
public TimeSpan
AcknowledgementInterval
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
53
public TimeSpan
AcknowledgementInterval
1 reference to AcknowledgementInterval
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
451
this.acknowledgementTimer.Set(this.settings.
AcknowledgementInterval
);