LocalClientSecuritySettingsElement.ReconnectTransportOnFailure Property

Definition

Gets or sets a boolean value that specifies whether connections using WS-Reliable messaging attempt to reconnect after transport failures.

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

Property Value

true if connections using WS-Reliable messaging attempt to reconnect after transport failures; otherwise, false. The default is true.

Attributes

Remarks

If this property is true, infinite reconnect attempts are attempted. The cycle is only broken by the inactivity time-out, which causes the channel to throw an exception when it cannot be reconnected.

Applies to