System.Net.Socket.TSocket.Handle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Handle: TSocketHandle read FSocket;

C++

__property NativeUInt Handle = {read=FSocket, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Net.Socket.pas
System.Net.Socket.hpp
System.Net.Socket TSocket

Description

A reference to the underlying socket handle.

The return value is only assigned if the socket is currently connected, listening, or bound.

See Also