LocalServiceSecuritySettings.ReconnectTransportOnFailure 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值會指出安全性工作階段是否會在傳輸失敗之後嘗試重新連線。
public:
property bool ReconnectTransportOnFailure { bool get(); void set(bool value); };
public bool ReconnectTransportOnFailure { get; set; }
member this.ReconnectTransportOnFailure : bool with get, set
Public Property ReconnectTransportOnFailure As Boolean
屬性值
如果安全性工作階段會在傳輸失敗之後嘗試重新連線,則為 true
,否則為 false
。 預設為 true
。
範例
這個範例將示範如何取得這個屬性的值。
int maxStatefulNegotiations = settings.MaxStatefulNegotiations;
Dim maxStatefulNegotiations = settings.MaxStatefulNegotiations
備註
如果這個旗標設定為 true
,則表示此服務允許用戶端透過多個傳輸連線來傳送對應至單一安全性工作階段的訊息。 這種設定對於安全 WS-ReliableMessaging 而言相當有用,因為用戶端會要求工作階段能夠容忍暫時的傳輸失敗。