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