Discuss this help topic in SecureBlackbox Forum

TElCustomSimpleSSLClient.InternalSocket

TElCustomSimpleSSLClient     See also     


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


Provides access to the internal socket.

Declaration

[C#]
    TElSocket InternalSocket;

[VB.NET]
    Property InternalSocket As TElSocket

[Pascal]
    property InternalSocket : TElSocket;

[C++]
    TElSocket* get_InternalSocket();

[PHP]
    TElSocket get_InternalSocket()

[Java]
    TElSocket getInternalSocket();

Description

    This property returns a reference to the internal socket object.

See also:     Client    

Discuss this help topic in SecureBlackbox Forum