Discuss this help topic in SecureBlackbox Forum

TElCustomSSLExtension.HelloRetryRequest

TElCustomSSLExtension     See also     


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


Specifies whether HelloRetryRequest is enabled.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property HelloRetryRequest : boolean;

[C++]
    bool get_HelloRetryRequest();
    void set_HelloRetryRequest(bool Value);

[PHP]
    bool get_HelloRetryRequest()
    void set_HelloRetryRequest(bool $Value)

[Java]
    not available

Description

This property specifies whether HelloRetryRequest is enabled.

See also:     TLS13AllowedInHelloRetry    

Discuss this help topic in SecureBlackbox Forum