Table of Contents

Struct ContinuationFrame

Namespace
Fluxzy.Clients.H2.Frames
Assembly
Fluxzy.Core.dll
public readonly ref struct ContinuationFrame
Inherited Members

Constructors

ContinuationFrame(ReadOnlyMemory<byte>, HeaderFlags, int)

public ContinuationFrame(ReadOnlyMemory<byte> bodyBytes, HeaderFlags flags, int streamIdentifier)

Parameters

bodyBytes ReadOnlyMemory<byte>
flags HeaderFlags
streamIdentifier int

Properties

BodyLength

public int BodyLength { get; }

Property Value

int

Data

public ReadOnlyMemory<byte> Data { get; }

Property Value

ReadOnlyMemory<byte>

EndHeaders

public bool EndHeaders { get; }

Property Value

bool

StreamIdentifier

public int StreamIdentifier { get; }

Property Value

int

Methods

Write(Span<byte>, ReadOnlySpan<byte>)

public int Write(Span<byte> buffer, ReadOnlySpan<byte> payload = default)

Parameters

buffer Span<byte>
payload ReadOnlySpan<byte>

Returns

int