See Also

PingEventArgs Members  | Dart.PowerTCP.SslSockets Namespace

Requirements

Namespace: Dart.PowerTCP.SslSockets

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Dart.PowerTCP.SslSockets (in Dart.PowerTCP.SslSockets.dll)

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Requirements Languages PowerTCP SSL Sockets for .NET

PingEventArgs Class

Dart.PowerTCP.SslSockets Namespace : PingEventArgs Class

Provides data for the EndSend event which marks the completion of an asynchronous ping operation.

For a list of all members of this type, see PingEventArgs members.

Object Model


Inheritance Hierarchy

System.Object
   System.EventArgs
      Dart.PowerTCP.SslSockets.PingEventArgs

Syntax

[Visual Basic]
Public Class PingEventArgs    Inherits EventArgs
[C#]
public class PingEventArgs : EventArgs
[C++]
public __gc class PingEventArgs : public EventArgs
[C++/CLI]
public ref class PingEventArgs : public EventArgs

Remarks

A PingEventArgs object is passed as a parameter to all events that mark the completion of an asynchronous ping operation. The Result property is an EchoResult object encapsulating data about the ping operation.

If your code causes an exception, it would be returned to the handling event without you seeing it. To preclude such a condition, you should ALWAYS use a try/ catch block around your event-handling code.

Requirements

Namespace: Dart.PowerTCP.SslSockets

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Dart.PowerTCP.SslSockets (in Dart.PowerTCP.SslSockets.dll)

See Also

PingEventArgs Members  | Dart.PowerTCP.SslSockets Namespace

 

Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.