isControlStream property
bool
get
isControlStream
Is this a control stream?
Implementation
bool get isControlStream =>
typeFromStreamId(streamId, isServer) == Http3StreamType.control;
Is this a control stream?
bool get isControlStream =>
typeFromStreamId(streamId, isServer) == Http3StreamType.control;