Read a size-prefixed response frame from the reader.
Reads the INT32 size prefix, then returns a new BinaryReader scoped to exactly that many bytes for decoding the response header and body.
Reader positioned at the start of a framed response.
A reader scoped to the response payload, or a decode failure.
Read a size-prefixed response frame from the reader.
Reads the INT32 size prefix, then returns a new BinaryReader scoped to exactly that many bytes for decoding the response header and body.