Type used to represent a socket option level when setting socket options.
TIdSocketOptionLevel = SocketOptionLevel;
TIdSocketOptionLevel is a type used to represent the socket option level used when setting socket options for a socket handle.
For the .Net platform, TIdSocketOptionLevel is declared as a SocketOptionLevel value as used in the .NET framework.
For all other platforms, TIdSocketOptionLevel is declared as an Integer value.
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. |