PingRequest extension type

A ping, issued by either the server or the client, to check that the other party is still alive.

The receiver must promptly respond, or else may be disconnected.

The request itself has no parameters.

on
Implemented types

Constructors

PingRequest.new({MetaWithProgressToken? meta})
factory

Properties

meta MetaWithProgressToken?
If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress).
no setterinherited

Constants

methodName → const String