7 references to ConnectionBufferSize
System.ServiceModel (7)
System\ServiceModel\Channels\ConnectionOrientedTransportManager.cs (1)
104(this.ConnectionBufferSize == channelListener.ConnectionBufferSize) &&
System\ServiceModel\Channels\ExclusiveNamedPipeTransportManager.cs (2)
31new PipeConnectionListener(ListenUri, HostNameComparisonMode, ConnectionBufferSize, 33MaxOutputDelay, ConnectionBufferSize);
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (2)
63get { return ConnectionBufferSize; } 94connectionListener = new BufferedConnectionListener(socketListener, MaxOutputDelay, ConnectionBufferSize);
System\ServiceModel\Channels\SharedTcpTransportManager.cs (2)
114return this.ConnectionBufferSize; 119IConnectionListener connectionListener = new BufferedConnectionListener(sharedListener, MaxOutputDelay, ConnectionBufferSize);