Show / Hide Table of Contents

    Interface IBinaryFileMessage

    Represents a binary file that is being transferred over the message broker.

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

    Properties

    | Improve this doc View source

    Content

    Gets or sets the binary content.

    Declaration
    Stream? Content { get; set; }
    Property Value
    Type Description
    Stream
    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini