Discuss this help topic in SecureBlackbox Forum
Specifies if a session has to be resumed even when the socket address or port have changed.
Declaration
[C#]
bool ForceResumeIfDestinationChanges;
[VB.NET]
Property ForceResumeIfDestinationChanges As Boolean
[Pascal]
property ForceResumeIfDestinationChanges : boolean;
[C++]
bool get_ForceResumeIfDestinationChanges();
void set_ForceResumeIfDestinationChanges(bool Value);
[PHP]
bool get_ForceResumeIfDestinationChanges()
void set_ForceResumeIfDestinationChanges(bool $Value)
[Java]
boolean getForceResumeIfDestinationChanges();
void setForceResumeIfDestinationChanges(boolean Value);
Description
Set this property to True to resume sessions even when the socket's address or port have changed.
The default value is False.
Discuss this help topic in SecureBlackbox Forum