1 implementation of MaxOutputDelay
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
131
public TimeSpan
MaxOutputDelay
2 references to MaxOutputDelay
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPool.cs (2)
609
_maxOutputDelay = settings.
MaxOutputDelay
;
640
(_maxOutputDelay == settings.
MaxOutputDelay
)