NetTcpBindingElement.ReliableSession 属性
定义
获取一个配置元素,该元素指定是否在通道终结点之间建立可靠会话。Gets a configuration element that specifies whether reliable sessions are established between channel endpoints.
public:
property System::ServiceModel::Configuration::StandardBindingOptionalReliableSessionElement ^ ReliableSession { System::ServiceModel::Configuration::StandardBindingOptionalReliableSessionElement ^ get(); };
[System.Configuration.ConfigurationProperty("reliableSession")]
public System.ServiceModel.Configuration.StandardBindingOptionalReliableSessionElement ReliableSession { get; }
[<System.Configuration.ConfigurationProperty("reliableSession")>]
member this.ReliableSession : System.ServiceModel.Configuration.StandardBindingOptionalReliableSessionElement
Public ReadOnly Property ReliableSession As StandardBindingOptionalReliableSessionElement
属性值
一个 ReliableSessionElement,指定是否启用可靠会话。An ReliableSessionElement that specifies whether reliable sessions are enabled.
- 属性