Skip to content

ServiceDescription

Defined in: src/client/introspect.ts:37

The full set of methods and protocol metadata reported by a server’s __describe__.

methods: MethodInfo[];

Defined in: src/client/introspect.ts:45

Every method the server exposes (excluding the built-in __describe__).


protocolName: string;

Defined in: src/client/introspect.ts:39

The server’s declared protocol/service name.


protocolVersion: string;

Defined in: src/client/introspect.ts:43

Application protocol surface version surfaced by the server’s describe response. Empty string when the server did not declare a protocolVersion.