LocalClientSecuritySettingsElement.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
,就會無限次嘗試重新連線。 只有無活動逾時才會打破這個循環,而這樣會使得通道在無法重新連線時擲回例外狀況。