Discuss this help topic in SecureBlackbox Forum

TElSSLServer.Extensions

TElSSLServer     See also     


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


Contains server-side SSL extensions.

Declaration

[C#]
    TElServerSSLExtensions Extensions;

[VB.NET]
    Property Extensions As TElServerSSLExtensions

[Pascal]
    property Extensions : TElServerSSLExtensions;

[C++]
    TElServerSSLExtensions* get_Extensions();

[PHP]
    TElServerSSLExtensions get_Extensions()

[Java]
    TElServerSSLExtensions getExtensions();

Description

    This property contains server-side SSL extensions. Use of extensions is optional since most clients don't support them anyway.

See also:     PeerExtensions    

Discuss this help topic in SecureBlackbox Forum