Table of Contents

Struct HeaderBlockReadResult

Namespace
Fluxzy.Clients.H11
Assembly
Fluxzy.Core.dll
public readonly struct HeaderBlockReadResult
Inherited Members
Extension Methods

Constructors

HeaderBlockReadResult(int, int, bool)

public HeaderBlockReadResult(int headerLength, int totalReadLength, bool closeNotify)

Parameters

headerLength int
totalReadLength int
closeNotify bool

Properties

CloseNotify

public bool CloseNotify { get; }

Property Value

bool

HeaderLength

public int HeaderLength { get; }

Property Value

int

TotalReadLength

public int TotalReadLength { get; }

Property Value

int