Click or drag to resize

AmqpCFXEndpointMaxFrameSize Property

Used by the AMQP protocol to establish the maximum number of bytes to transmit per "frame" (aka "chunk"). Larger messages may be broken down into multiple frames if their size exceeds the max frame size. The default size is 500,000 bytes.

Namespace: CFX.Transport
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public static int? MaxFrameSize { get; set; }

Property Value

NullableInt32
See Also