4 references to MaxOutputDelay
System.ServiceModel (4)
System\ServiceModel\Channels\ConnectionOrientedTransportManager.cs (1)
106
(this.
MaxOutputDelay
== channelListener.MaxOutputDelay) &&
System\ServiceModel\Channels\ExclusiveNamedPipeTransportManager.cs (1)
33
MaxOutputDelay
, ConnectionBufferSize);
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (1)
94
connectionListener = new BufferedConnectionListener(socketListener,
MaxOutputDelay
, ConnectionBufferSize);
System\ServiceModel\Channels\SharedTcpTransportManager.cs (1)
119
IConnectionListener connectionListener = new BufferedConnectionListener(sharedListener,
MaxOutputDelay
, ConnectionBufferSize);