Property TransportMessage
TransportMessage
The transport-level wire representation of the message. Present for Sent and Received stages where transport data is available. For Sent: captured after envelope mapping (what was published to the transport). For Received: captured before envelope mapping (what arrived from the transport).
public TransportMessageSnapshot? TransportMessage { get; init; }