SerializedMessage Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |