Indy 9
|
TIdRawClient = class(TIdRawBase)
TIdRawClient does not provide an implementation; implementation will be provided in descendant classes tailored to a specific protocol, like TIdIcmpClient.
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).
property Host: string;
property Port: Integer;
property Protocol: Integer;
property ReceiveTimeout: integer;