Topic Path: Symbol Reference > Classes > TIdSocketHandle Class > TIdSocketHandle Members
ContentsIndexHome
PreviousUpNext
TIdSocketHandle Members

Members exposed by TIdSocketHandle.

Methods
Method 
Description 
Accepts a connection for a listener socket. 
Creates a socket descriptor with the specified socket and protocol families. 
Copies the value of an object instance to the current instance. 
Bind 
Binds the IP and Port number used for the socket handle local connection. 
Closes the connection and destroys the socket handle. 
Opens the connection to the remote system using the socket handle. 
 
Instructs a socket handle to listen for incoming connection. 
Determines if the socket handle is available for reading. 
Reads data from the socket handle for the connection. 
Reads data from the socket handle connected to specific remote computer system. 
Restores the socket handle to an uninitialized state. 
Determines if a socket handle is available for reading and writing. 
Send 
Sends data using the socket handle for the connection. 
Sends data using the socket handle to a specific remote connection. 
 
 
Sets socket options for the socket handle in the connection. 
Updates the IP address and Port number for the local network connection on the socket handle. 
Updates the IP address and Port number for the remote network connection on the socket handle. 
Constructors
Constructor 
Description 
Constructor for the object instance. 
Destructors
Destructor 
Description 
Destructor for the object instance. 
Property 
Description 
Indicates the maximum port number allowed for binding a socket handle. 
Indicates the minimum port number allowed for binding a socket handle. 
Socket handle by the protocol stack for the socket descriptor. 
Indicates if the socket handle is valid. 
IP 
Identifies the IP address for the local computer. 
IP address family supported for the socket handle. 
Indicates if overlapped IO is allowed for the socket handle. 
IP address for the remote system on the connection. 
Port number for the remote system on the connection. 
Port 
Port number for the local connection. 
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.