Skip to content

ServiceDescription

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

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

methods: MethodInfo[];

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

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


protocolName: string;

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

The server’s declared protocol/service name.


protocolVersion: string;

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

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