StreamEvent Type
Events that may transition a stream's state. `endStream` is the value of the END_STREAM flag on the frame that triggered the event.
Union cases
| Union case | Description |
Full Usage:
RecvData endStream
Parameters:
bool
|
|
Full Usage:
RecvHeaders endStream
Parameters:
bool
|
|
Full Usage:
RecvPushPromise
|
|
Full Usage:
RecvRstStream
|
|
Full Usage:
SendData endStream
Parameters:
bool
|
|
Full Usage:
SendHeaders endStream
Parameters:
bool
|
|
Full Usage:
SendPushPromise
|
|
Full Usage:
SendRstStream
|
Instance members
| Instance member | Description |
Full Usage:
this.IsRecvData
Returns: bool
|
|
Full Usage:
this.IsRecvHeaders
Returns: bool
|
|
Full Usage:
this.IsRecvPushPromise
Returns: bool
|
|
Full Usage:
this.IsRecvRstStream
Returns: bool
|
|
Full Usage:
this.IsSendData
Returns: bool
|
|
Full Usage:
this.IsSendHeaders
Returns: bool
|
|
Full Usage:
this.IsSendPushPromise
Returns: bool
|
|
Full Usage:
this.IsSendRstStream
Returns: bool
|
|