System.Win.ScktComp.TClientSocket.Socket

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Socket: TClientWinSocket read FClientSocket;

C++

__property TClientWinSocket* Socket = {read=FClientSocket};

Properties

Type Visibility Source Unit Parent
property public
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp TClientSocket

Description

Describes the client endpoint of the Windows client socket connection.

Use Socket to

Determine the address and port of both the client and server sockets that are bound to the connection.

Read or write information through the socket connection.

Determine what server notifications the client will respond to.

Obtain the Windows socket handle for making Windows socket API calls.