Discuss this help topic in SecureBlackbox Forum

TElSocket.NativeSocket

TElSocket     


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


Returns the native socket object.

Declaration

[C#]
    Socket NativeSocket;

[VB.NET]
    Property NativeSocket As Socket

[Pascal]
    property NativeSocket: TSocket;

[C++]
    int32_t get_NativeSocket();

[PHP]
    integer get_NativeSocket()

[Java]
    Socket getNativeSocket();

Description

    This property returns the native socket object used by this TElSocket object.

Discuss this help topic in SecureBlackbox Forum