Table of Contents

Struct PriorityFrame

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

Constructors

PriorityFrame(ReadOnlySpan<byte>, int)

public PriorityFrame(ReadOnlySpan<byte> data, int streamIdentifier)

Parameters

data ReadOnlySpan<byte>
streamIdentifier int

Properties

BodyLength

public int BodyLength { get; }

Property Value

int

Exclusive

public bool Exclusive { get; }

Property Value

bool

StreamDependency

public int StreamDependency { get; }

Property Value

int

StreamIdentifier

public int StreamIdentifier { get; }

Property Value

int

Weight

public byte Weight { get; }

Property Value

byte

Methods

Write(Span<byte>)

public int Write(Span<byte> buffer)

Parameters

buffer Span<byte>

Returns

int