public static class JsonRpcPluginManagerExtension
<ExtensionAttribute>
Public NotInheritable Class JsonRpcPluginManagerExtension
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type JsonRpcPluginManagerExtension = class end
UseHttpJsonRpc | 使用基于Http协议的JsonRpc的插件。仅服务器有用。 |
UseTcpJsonRpc | 使用基于Tcp协议的JsonRpc的插件。 |
UseWebSocketJsonRpc | 使用基于WebSocket协议的JsonRpc的插件。 |