NetHttpsBinding.ReliableSession Property

Definition

Gets or sets the reliable session that is established between channel endpoints.

public:
 property System::ServiceModel::OptionalReliableSession ^ ReliableSession { System::ServiceModel::OptionalReliableSession ^ get(); void set(System::ServiceModel::OptionalReliableSession ^ value); };
public System.ServiceModel.OptionalReliableSession ReliableSession { get; set; }
member this.ReliableSession : System.ServiceModel.OptionalReliableSession with get, set
Public Property ReliableSession As OptionalReliableSession

Property Value

The reliable session that is established between channel endpoints.

Applies to