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