This topic has not yet been rated - Rate this topic

ConnectionOrientedTransportBindingElement.ConnectionBufferSize Property

Gets and sets the size of the buffer used to transmit a chunk of the serialized message on the wire from the client or service.

Namespace:  Microsoft.ServiceBus.Channels
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
public int ConnectionBufferSize { get; set; }

Property Value

Type: System.Int32
The size of the connection buffer. The default value is 8192 bytes.
Exception Condition
[ArguementOutOfRangeException]

The value is less than zero.

This value can be changed to provide better throughput based on average message sizes and exchange patterns.

Did you find this helpful?
(1500 characters remaining)