Table of Contents

Interface IBinaryMessage

Namespace
Silverback.Messaging.Messages
Assembly
Silverback.Integration.dll

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

public interface IBinaryMessage

Properties

Content

Gets or sets the binary content.

Stream? Content { get; set; }

Property Value

Stream