LocalServiceSecuritySettingsElement.ReconnectTransportOnFailure 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个布尔值,该值指定使用 WS-Reliable 消息的连接在发生传输故障后是否尝试重新连接。
public:
property bool ReconnectTransportOnFailure { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("reconnectTransportOnFailure", DefaultValue=true)]
public bool ReconnectTransportOnFailure { get; set; }
[<System.Configuration.ConfigurationProperty("reconnectTransportOnFailure", DefaultValue=true)>]
member this.ReconnectTransportOnFailure : bool with get, set
Public Property ReconnectTransportOnFailure As Boolean
属性值
如果使用 WS-Reliable 消息的连接在发生传输故障后尝试重新连接,则为 true
;否则为 false
。 默认值为 true
。
- 属性
注解
如果此属性为 true
,则连接会无限次尝试重新连接。 只有非活动超时能够打断此循环;非活动超时在无法重新连接通道时使其引发异常。