Discuss this help topic in SecureBlackbox Forum

TElCustomSimpleSSLClient.ForceResumeIfDestinationChanges

TElCustomSimpleSSLClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     UseSSLSessionResumption    

Discuss this help topic in SecureBlackbox Forum