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.
ReliableSessionBindingElement::ReliableMessagingVersion Property
.NET Framework (current version)
Gets or sets the version of WS-ReliableMessaging specified by the binding element.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property ReliableMessagingVersion^ ReliableMessagingVersion { ReliableMessagingVersion^ get(); void set(ReliableMessagingVersion^ value); }
Property Value
Type: System.ServiceModel::ReliableMessagingVersion^An instance derived from ReliableMessagingVersion that represents the version of the WS-ReliableMessaging protocol used by the configuration element.
There are currently two versions of the WS-ReliableMessaging protocol supported by Windows Communication Foundation (WCF): WS-ReliableMessaging1.1 and WS-ReliableMessagingFebruary2005. The default version is WS-ReliableMessagingFebruary2005.
.NET Framework
Available since 3.0
Available since 3.0
Show: