Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Gets or sets the version of WS-ReliableMessaging specified by the binding element.

Namespace:   System.ServiceModel.Channels
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
Return to top
Show:
© 2017 Microsoft