ComponentSpace ICMP Class Library Reference

InformationRequestMessage.IsReply Method (InformationReplyMessage)

Indicate whether the response correlates to the request.

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

Return Value

true if the response correlates to the request; false otherwise

See Also

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