Struct ContinuationFrame
- Namespace
- Fluxzy.Clients.H2.Frames
- Assembly
- Fluxzy.Core.dll
public readonly ref struct ContinuationFrame
- Inherited Members
-
Constructors
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>
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