2 implementations of ConnectionBufferSize
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
69public int ConnectionBufferSize
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (1)
89public int ConnectionBufferSize
4 references to ConnectionBufferSize
System.ServiceModel (4)
System\ServiceModel\Channels\ConnectionOrientedTransportManager.cs (1)
46this.connectionBufferSize = listenerSettings.ConnectionBufferSize;
System\ServiceModel\Channels\ConnectionPool.cs (2)
630this.connectionBufferSize = settings.ConnectionBufferSize; 659(this.connectionBufferSize == settings.ConnectionBufferSize) &&
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
1130byte[] dummy = DiagnosticUtility.Utility.AllocateByteArray(transportSettings.ConnectionBufferSize);