Discuss this help topic in SecureBlackbox Forum
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