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: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public static int? MaxFrameSize { get; set; }

Property Value

NullableInt32
See Also