SocketTools .NET Edition

IcmpClient.ReplyEventArgs Class

Provides data for the OnReply event.

For a list of all members of this type, see IcmpClient.ReplyEventArgs Members.

System.Object
   System.EventArgs
      SocketTools.IcmpClient.ReplyEventArgs

[Visual Basic]
Public Class IcmpClient.ReplyEventArgs
    Inherits EventArgs
[C#]
public class IcmpClient.ReplyEventArgs : EventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

ReplyEventArgs provides information about the echo reply datagram received from the remote host.

An OnReply event occurs when an echo reply datagram is received from a remote host.

Requirements

Namespace: SocketTools

Assembly: SocketTools.IcmpClient (in SocketTools.IcmpClient.dll)

See Also

IcmpClient.ReplyEventArgs Members | SocketTools Namespace