RequestId Property
A unique identifier for outgoing packets.
Syntax
property RequestId: Integer;
Default Value
0
Remarks
This property contains a unique identifier for outgoing packets. This property is useful during asynchronous ping operations. The RequestId parameter of the Response event is used to match requests with responses.
The identifier of the outgoing ping packet is provided in this property after the PingHost method returns.
This property is read-only and not available at design time.
Data Type
Long