Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.SSLPeerExtensions

TElHTTPSServer     See also     


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


Specifies SSL extensions received from the client.

Declaration

[C#]
    TElCustomSSLExtensions SSLPeerExtensions;

[VB.NET]
    Property SSLPeerExtensions As TElCustomSSLExtensions

[Pascal]
    property SSLPeerExtensions : TElCustomSSLExtensions;

[C++]
    TElCustomSSLExtensions* get_SSLPeerExtensions();

[PHP]
    TElCustomSSLExtensions get_SSLPeerExtensions()

[Java]
    TElCustomSSLExtensions getSSLPeerExtensions();

Description

    This property contains SSL extensions received from the client. Use of extensions is optional since most clients don't support them anyway.

See also:     SSLExtensions    

Discuss this help topic in SecureBlackbox Forum