Internet Direct (Indy) Version 9.0.2 Beta
TIdRawBase
Ancestor class for Raw socket clients.

TIdRawBase = class(TIdComponent)
Description
The TIdRawBase is an ancestor of components which use raw sockets. This allows the programmer to code for protocols that are not supported by the standard stack (ICMP, IGMP or any custom protocol).

Depending on the underlying operating system and on the security privilege of the user, it might also allow the programmer to build the IP header (currently, this is only supported by Windows 2000).