The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ContractDescription::SessionMode Property
.NET Framework (current version)
Gets or sets a value that indicates whether a session is required by the contract.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property SessionMode SessionMode { SessionMode get(); void set(SessionMode value); }
Property Value
Type: System.ServiceModel::SessionModeThe SessionMode that specifies the support for reliable sessions that a contract requires or supports.
A reliable session is a way of correlating a set of messages exchanged between two or more endpoints (using the WS-ReliableMessaging specification) to provide assurances of the reliability of the connection.
.NET Framework
Available since 3.0
Available since 3.0
Show: