Table of Contents

Property SerializedBody

Namespace
Ratatoskr.Core
Assembly
Ratatoskr.dll

SerializedBody

The serialized message body (raw bytes). May be null for some stages. At the Sent stage, this is the exact bytes sent to the transport (including CloudEvents envelope in structured mode).

public byte[]? SerializedBody { get; init; }

Property Value

byte[]