Internet Direct (Indy)
|
Reads socket options for the specified socket handle.
procedure GetSocketOption( ASocket: TIdStackSocketHandle; ALevel: TIdSocketOptionLevel; AOptName: TIdSocketOption; out AOptVal: Integer ); override;
Parameters |
Description |
ASocket |
|
ALevel |
|
AOptName |
|
AOptVal |
|
GetSocketOption is an overridden procedure use to read the socket options in effect for the socket handle specified in ASocket.
GetSocketOption calls the WSGetSockOpt method to read the socket options using AOptVal as the destination of the socket options.
Missing Parameter docs.
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. |