ServiceDescription
Defined in: src/client/introspect.ts:37
The full set of methods and protocol metadata reported by a server’s __describe__.
Properties
Section titled “Properties”methods
Section titled “methods”methods: MethodInfo[];Defined in: src/client/introspect.ts:45
Every method the server exposes (excluding the built-in __describe__).
protocolName
Section titled “protocolName”protocolName: string;Defined in: src/client/introspect.ts:39
The server’s declared protocol/service name.
protocolVersion
Section titled “protocolVersion”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.