Ws.RequestPersists method
Sends the request and awaits responses from the server until manually canceled using the cancellation token
public IAsyncEnumerable<(RspHeader rsp, NtyHeader nty, Stream stm)> RequestPersists(string id,
Stream request, CancellationToken ct = default)
See Also
- struct RspHeader
- struct NtyHeader
- class Ws
- namespace SurrealDB.Ws