ComponentSpace ICMP Class Library Reference

IcmpMessage.IsReply Method

Indicate whether the response correlates to the request.

Overload List

Indicate whether the response correlates to the request.

public virtual bool IsReply(DestinationUnreachableMessage);

Indicate whether the response correlates to the request.

public virtual bool IsReply(EchoReplyMessage);

Indicate whether the response correlates to the request.

public virtual bool IsReply(IcmpMessage);

Indicate whether the response correlates to the request.

public virtual bool IsReply(InformationReplyMessage);

Indicate whether the response correlates to the request.

public virtual bool IsReply(ParameterProblemMessage);

Indicate whether the response correlates to the request.

public virtual bool IsReply(RedirectMessage);

Indicate whether the response correlates to the request.

public virtual bool IsReply(SourceQuenchMessage);

Indicate whether the response correlates to the request.

public virtual bool IsReply(TimeExceededMessage);

Indicate whether the response correlates to the request.

public virtual bool IsReply(TimestampReplyMessage);

See Also

IcmpMessage Class | ComponentSpace.Icmp Namespace