LocalServiceSecuritySettingsElement.ReconnectTransportOnFailure Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.NET