NetTcpBindingElement.ReliableSession 屬性

定義

取得組態項目,這個項目會指定是否在通道端點之間建立可靠的工作階段。

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

屬性值

StandardBindingOptionalReliableSessionElement

ReliableSessionElement,指定是否啟用可靠的工作階段。

屬性

適用於