LocalClientSecuritySettings::ReconnectTransportOnFailure Property
Gets or sets a value that indicates whether security sessions attempt to reconnect after transport failures.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System::Booleantrue if security sessions attempt to reconnect after transport failures; otherwise, false. The default is true.
If this flag is set to true, the client tries to send messages that correspond to a single security session over multiple transport connections. It establishes a new transport connection if the previous connection fails. This is useful in the case of secure WS-ReliableMessaging because the client requires the session to tolerate transient transport failures.
Available since 3.0