5 references to ConnectionBufferSize
System.ServiceModel (5)
System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (2)
36this.connectionBufferSize = ConnectionOrientedTransportDefaults.ConnectionBufferSize; 66[DefaultValue(ConnectionOrientedTransportDefaults.ConnectionBufferSize)]
System\ServiceModel\Channels\MessageEncoder.cs (1)
54byte[] buffer = bufferManager.TakeBuffer(ConnectionOrientedTransportDefaults.ConnectionBufferSize);
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
1336IConnection connection = BuildConnectionFromData(duplicateContext, ConnectionOrientedTransportDefaults.ConnectionBufferSize, true);
System\ServiceModel\Configuration\ConnectionOrientedTransportElement.cs (1)
19[ConfigurationProperty(ConfigurationStrings.ConnectionBufferSize, DefaultValue = ConnectionOrientedTransportDefaults.ConnectionBufferSize)]