Indicates if IP version addresses are supported for the platform.
function SupportsIPv6: boolean; override;
boolean - True when IP version addresses are supported for the platform.
SupportsIPv6 is an abstract virtual boolean function that indicates if 64-bit IP version 6 addresses are supported on the platform / socket implementation for the Indy library.
SupportsIPv6 must be implemented in descendant classes where access to the socket implementation for the platform is available.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|