Represents socket handles for the platform hosting the Indy library.
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
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|