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