Sdílet prostřednictvím


WSDualHttpBindingElement.ReliableSession Vlastnost

Definice

Získá konfigurační prvek, který určuje, zda jsou povoleny spolehlivé relace pro koncový bod nakonfigurovaný pomocí této vazby.

public:
 property System::ServiceModel::Configuration::StandardBindingReliableSessionElement ^ ReliableSession { System::ServiceModel::Configuration::StandardBindingReliableSessionElement ^ get(); };
[System.Configuration.ConfigurationProperty("reliableSession")]
public System.ServiceModel.Configuration.StandardBindingReliableSessionElement ReliableSession { get; }
[<System.Configuration.ConfigurationProperty("reliableSession")>]
member this.ReliableSession : System.ServiceModel.Configuration.StandardBindingReliableSessionElement
Public ReadOnly Property ReliableSession As StandardBindingReliableSessionElement

Hodnota vlastnosti

Určuje ReliableSessionElement , jestli jsou pro koncový bod nakonfigurovaný pomocí této vazby povolené spolehlivé relace.

Atributy

Poznámky

Pro služby nakonfigurované s vazbou wsDualHttpBinding se vyžaduje spolehlivá relace.

Platí pro