ping

abstract suspend fun ping(request: PingRequest = PingRequest(), options: RequestOptions? = null): EmptyResult(source)

Sends a ping request to the client to check connectivity.

Return

The result of the ping request.

Parameters

request

Optional request parameters for the ping operation.

options

Optional request options, such as timeout or progress callback settings.

Throws

If for some reason the method is not supported or the connection is closed.