Show / Hide Table of Contents

    Interface IRawBrokerEnvelope

    Wraps the serialized inbound or outbound message.

    Namespace: Silverback.Messaging.Messages
    Assembly: Silverback.Integration.dll
    Syntax
    public interface IRawBrokerEnvelope

    Properties

    Headers

    Gets the optional message headers.

    Declaration
    MessageHeaderCollection Headers { get; }
    Property Value
    Type Description
    MessageHeaderCollection

    RawMessage

    Gets or sets the serialized message body.

    Declaration
    Stream? RawMessage { get; set; }
    Property Value
    Type Description
    Stream
    GitHub E-Mail
    ↑ Back to top © 2026 Sergio Aquilini