ReadRaw(Reader<TInput>, Field)
abstract
public abstract object ReadRaw<TInput>(ref Reader<TInput> reader, scoped ref Field field) Reads a response without a containing field header.
Parameters
readerReader<TInput>- The reader.
fieldField- The field header for the response content.
Returns
The response.
