StreamState Type

State of a single HTTP/2 stream. Mirrors the diagram in RFC 7540 §5.1.

Union cases

Union case Description

Closed

Full Usage: Closed

HalfClosedLocal

Full Usage: HalfClosedLocal

HalfClosedRemote

Full Usage: HalfClosedRemote

Idle

Full Usage: Idle

Open

Full Usage: Open

ReservedLocal

Full Usage: ReservedLocal

ReservedRemote

Full Usage: ReservedRemote

Instance members

Instance member Description

this.IsClosed

Full Usage: this.IsClosed

Returns: bool
Returns: bool

this.IsHalfClosedLocal

Full Usage: this.IsHalfClosedLocal

Returns: bool
Returns: bool

this.IsHalfClosedRemote

Full Usage: this.IsHalfClosedRemote

Returns: bool
Returns: bool

this.IsIdle

Full Usage: this.IsIdle

Returns: bool
Returns: bool

this.IsOpen

Full Usage: this.IsOpen

Returns: bool
Returns: bool

this.IsReservedLocal

Full Usage: this.IsReservedLocal

Returns: bool
Returns: bool

this.IsReservedRemote

Full Usage: this.IsReservedRemote

Returns: bool
Returns: bool