Table of Contents

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

index int

0-based index of the byte to get.

Property Value

byte

Exceptions

IndexOutOfRangeException

When index is out of range.

Length

Binary message length.

public int Length { get; }

Property Value

int