Skip to content

WsClient.Send method

Sends the specified request to the Surreal server, and returns the response.

public Task<Response> Send(Request req, CancellationToken ct = default)

See Also