ComponentSpace ICMP Class Library Reference

IcmpMessage.IsReply Method (IcmpMessage)

Indicate whether the response correlates to the request.

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

Return Value

true if the response correlates to the request; false otherwise

See Also

IcmpMessage Class | ComponentSpace.Icmp Namespace | IcmpMessage.IsReply Overload List