Type used to represent a protocol family supported for a socket handle.
TIdSocketProtocol = ProtocolType;
TIdSocketProtocol is a type used to represent a protocol family supported for a socket handle.
For the .Net platform, TIdSocketProtocol is declared as a ProtocolType value as used in the .NET framework.
For all other platforms, TIdSocketProtocol is declared as an Integer value.
TIdSocketProtocol can contain a value from the following list:
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. |