2 implementations of MaxOutputDelay
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
133
public TimeSpan
MaxOutputDelay
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (1)
184
public TimeSpan
MaxOutputDelay
3 references to MaxOutputDelay
System.ServiceModel (3)
System\ServiceModel\Channels\ConnectionOrientedTransportManager.cs (1)
49
this.maxOutputDelay = listenerSettings.
MaxOutputDelay
;
System\ServiceModel\Channels\ConnectionPool.cs (2)
631
this.maxOutputDelay = settings.
MaxOutputDelay
;
662
(this.maxOutputDelay == settings.
MaxOutputDelay
)