SocketTools .NET Edition

IcmpClient.EchoEventArgs Class

Provides data for the OnEcho event.

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

System.Object
   System.EventArgs
      SocketTools.IcmpClient.EchoEventArgs

[Visual Basic]
Public Class IcmpClient.EchoEventArgs
    Inherits EventArgs
[C#]
public class IcmpClient.EchoEventArgs : 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

EchoEventArgs provides information about the echo datagram sent to the remote host.

An OnEcho event occurs when an echo datagram is sent to a remote host.

Requirements

Namespace: SocketTools

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

See Also

IcmpClient.EchoEventArgs Members | SocketTools Namespace