Skip to content

WsTx.Tr method

Receives a response stream from the socket. Parses the header. The body contains the result array including the end object token [...]}.

public Task<(string? id, RspHeader rsp, NtyHeader nty, Stream body)> Tr(CancellationToken ct)

See Also