NetTcpRelayBindingElement.ReliableSession Property

Definition

Gets a configuration element that specifies whether reliable sessions are established between channel endpoints.

[System.Configuration.ConfigurationProperty("reliableSession")]
public System.ServiceModel.Configuration.StandardBindingOptionalReliableSessionElement ReliableSession { get; }
[<System.Configuration.ConfigurationProperty("reliableSession")>]
member this.ReliableSession : System.ServiceModel.Configuration.StandardBindingOptionalReliableSessionElement
Public ReadOnly Property ReliableSession As StandardBindingOptionalReliableSessionElement

Property Value

Returns a StandardBindingOptionalReliableSessionElement that indicates whether a WS-RM reliable session is established between channel endpoints. The default value is false.

Attributes

Applies to