protocolBinding property

String? protocolBinding
getter/setter pair

The protocol binding supported at this URL.

This is an open form string, to be easily extended for other protocol bindings. The core ones officially supported are JSONRPC, GRPC and HTTP+JSON.

Required.

Implementation

core.String? protocolBinding;