Skip to content

Ws.RequestOnce method

Sends the request and awaits a response from the server

public Task<(RspHeader rsp, NtyHeader nty, Stream stm)> RequestOnce(string id, Stream request, 
    CancellationToken ct = default)

See Also