Discuss this help topic in SecureBlackbox Forum

TElBaseSocketClient.InternalSocket

TElBaseSocketClient     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 used by this client.

Discuss this help topic in SecureBlackbox Forum