ComponentSpace ICMP Class Library Reference

EchoMessage.IsReply Method (EchoReplyMessage)

Indicate whether the response correlates to the request.

[Visual Basic]
Overrides Overloads Public Function IsReply( _
   ByVal response As EchoReplyMessage _
) As Boolean
[C#]
public override bool IsReply(
   EchoReplyMessage response
);

Return Value

true if the response correlates to the request; false otherwise

See Also

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