Internet Direct (Indy)
Home
PreviousUpNext
TIdStackSocketHandle Type

Represents socket handles for the platform hosting the Indy library.

Pascal
TIdStackSocketHandle = Socket;

TIdStackSocketHandle is a platform-specific type used to represent socket handles as used in the socket implementation for the platform or Operating System hosting the Indy library. 

 

For the .Net platform, TIdStackSocketHandle is the same as the System.Net.Sockets.Socket class. 

 

On all other platforms, TIdStackSocketHandle is the same as the TSocket type. 

TIdStackSocketHandle is used extensively in the Indy library.

TSocket 

System.Net.Sockets.Socket

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.