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