ComponentSpace ICMP Class Library Reference

IcmpClient.IsReply Method 

Indicate whether the response correlates to the request.

[Visual Basic]
Public Function IsReply( _
   ByVal request As IcmpMessage, _
   ByVal response As IcmpMessage _
) As Boolean
[C#]
public bool IsReply(
   IcmpMessage request,
   IcmpMessage response
);

Return Value

true if the response correlates to the request; false otherwise

See Also

IcmpClient Class | ComponentSpace.Icmp Namespace