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.TransportAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic static int? MaxFrameSize { get; set; }
Public Shared Property MaxFrameSize As Integer?
Get
Set
Property Value
NullableInt32
See Also