<reliableSession> element
Defines configuration setting for WS-Reliable Messaging.
<system.serviceModel>
<bindings>
<reliableSession
inactivityTimeout="TimeSpan"
ordered="Boolean" />
The following sections describe attributes, child elements, and parent elements.
Attribute | Description |
---|---|
inactivityTimeOut |
A TimeSpan that specifies the maximum duration the channel is going to allow the other communicating party not to send any messages before faulting the channel. Activity on a channel is defined as receiving an application or infrastructure message. If no activity is detected for the time specified by this attribute, the session is aborted by the infrastructure and the channel faults. The reliable session is aborted. The default is 00:10:00. |
Ordered |
A Boolean value that specifies whether messages are guaranteed to arrive in the order they were sent. The default is true. |
None
This element is the child element of all the standard bindings that come with Windows Communication Foundation (WCF).
© 2007 Microsoft Corporation. All rights reserved.
Last Published: 2010-01-05