Discuss this help topic in SecureBlackbox Forum

TElCustomSimpleSSLClient.Control

TElCustomSimpleSSLClient     See also     


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


An alias for the Client property.

Declaration

[C#]
    TElSSLClass Control;

[VB.NET]
    Property Control As TElSSLClass

[Pascal]
    property Control : TElSSLClass;

[C++]
    TElSSLClass* get_Control();

[PHP]
    TElSSLClass get_Control()

[Java]
    TElSSLClass getControl();

Description

    This property returns a reference to Client.

See also:     Client    

Discuss this help topic in SecureBlackbox Forum