Show / Hide Table of Contents

    Interface IBinaryMessage

    A binary message that is being transferred over the message broker without serializing and deserializing it.

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

    Properties

    Content

    Gets or sets the binary content.

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