Discuss this help topic in SecureBlackbox Forum

TElCustomSimpleSSLClient.Client

TElCustomSimpleSSLClient     See also     


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


Returns the internal client which performs the actual transport.

Declaration

[C#]
    TElSSLClient Client;

[VB.NET]
    Property Client As TElSSLClient

[Pascal]
    property Client : TElSSLClient;

[C++]
    TElSSLClient* get_Client();

[PHP]
    TElSSLClient get_Client()

[Java]
    TElSSLClient getClient();

Description

    Use this property to access the internal SSL client which performs the actual transport.

See also:     Open    

Discuss this help topic in SecureBlackbox Forum