WSDualHttpBindingElement.ReliableSession 属性

定义

获取一个配置元素,该元素指定是否为配置了此绑定的终结点启用可靠会话。Gets a configuration element that specifies whether reliable sessions are enabled for the endpoint configured with this binding.

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

属性值

StandardBindingReliableSessionElement

一个 ReliableSessionElement,指定是否为配置了此绑定的终结点启用可靠会话。An ReliableSessionElement that specifies whether reliable sessions are enabled for the endpoint configured with this binding.

属性

注解

配置了 wsDualHttpBinding 绑定的服务要求使用可靠会话。A reliable session is required for services configured with wsDualHttpBinding binding.

适用于