NetTcpBindingElement::ReliableSession Property

 

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

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("reliableSession")]
property StandardBindingOptionalReliableSessionElement^ ReliableSession {
	StandardBindingOptionalReliableSessionElement^ get();
}

Property Value

Type: System.ServiceModel.Configuration::StandardBindingOptionalReliableSessionElement^

An ReliableSessionElement that specifies whether reliable sessions are enabled.

.NET Framework
Available since 3.0
Return to top
Show: