LocalClientSecuritySettingsElement.ReconnectTransportOnFailure プロパティ

定義

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

プロパティ値

true WS-Reliable メッセージングを使用する接続がトランスポート障害後に再接続を試みる場合。それ以外の場合は false。 既定値は true です。

属性

注釈

このプロパティが true場合は、無限の再接続が試行されます。 サイクルは非アクティブタイムアウトによってのみ中断され、再接続できないときにチャネルは例外をスローします。

適用対象