StreamState Type
State of a single HTTP/2 stream. Mirrors the diagram in RFC 7540 §5.1.
Union cases
| Union case | Description |
Full Usage:
Closed
|
|
Full Usage:
HalfClosedLocal
|
|
Full Usage:
HalfClosedRemote
|
|
Full Usage:
Idle
|
|
Full Usage:
Open
|
|
Full Usage:
ReservedLocal
|
|
Full Usage:
ReservedRemote
|
Instance members
| Instance member | Description |
Full Usage:
this.IsClosed
Returns: bool
|
|
Full Usage:
this.IsHalfClosedLocal
Returns: bool
|
|
Full Usage:
this.IsHalfClosedRemote
Returns: bool
|
|
Full Usage:
this.IsIdle
Returns: bool
|
|
Full Usage:
this.IsOpen
Returns: bool
|
|
Full Usage:
this.IsReservedLocal
Returns: bool
|
|
Full Usage:
this.IsReservedRemote
Returns: bool
|
|