Struct MessageBrokerFilterExpressionContext.Span
- Namespace
- LfrlAnvil.MessageBroker.Server
- Assembly
- LfrlAnvil.MessageBroker.Server.dll
Represents binary message data.
public readonly ref struct MessageBrokerFilterExpressionContext.Span
- Inherited Members
Properties
this[int]
Gets the byte at the provided 0-based index.
public byte this[int index] { get; }
Parameters
indexint0-based index of the byte to get.
Property Value
Exceptions
- IndexOutOfRangeException
When
indexis out of range.
Length
Binary message length.
public int Length { get; }