SerializedMessage Struct

Definition

Represents a serialized message.

public value class SerializedMessage
public readonly struct SerializedMessage
type SerializedMessage = struct
Public Structure SerializedMessage
Inheritance
SerializedMessage

Constructors

SerializedMessage(String, ReadOnlyMemory<Byte>)

Initializes a new instance of the SerializedMessage class.

Properties

ProtocolName

Gets the protocol of the serialized message.

Serialized

Gets the serialized representation of the message.

Applies to