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