public static class DmtpPluginManagerExtension
<ExtensionAttribute>
Public NotInheritable Class DmtpPluginManagerExtension
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type DmtpPluginManagerExtension = class end
UseDmtpHeartbeat |
启用DmtpRpc心跳功能。该功能既可用于客户端,也可用于服务器端,但通常建议仅在客户端使用。
心跳默认每3秒发送一次。当心跳失败次数达到最大值(默认为3次)时,将判定为连接断开。 |
UseDmtpReconnectionTClient | 使用IDmtpClient断线重连。 |
UseWebSocketReconnection | 使用IDmtpClient断线重连。 |