1 implementation of ConnectionBufferSize
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\NetFramingTransportChannelFactory.cs (1)
88public int ConnectionBufferSize { get; }
3 references to ConnectionBufferSize
System.ServiceModel.NetFramingBase (3)
System\ServiceModel\Channels\ConnectionPool.cs (2)
621_connectionBufferSize = settings.ConnectionBufferSize; 656(_connectionBufferSize == settings.ConnectionBufferSize) &&
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
93byte[] dummy = Fx.AllocateByteArray(_transportSettings.ConnectionBufferSize);