See Also

Trace Class  | Trace Members

Requirements

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

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerTCP SSL Sockets for .NET

Hop Event

Dart.PowerTCP.SslSockets Namespace > Trace Class : Hop Event

Raised when a single hop is complete.

[Visual Basic]
<CategoryAttribute("Completion")> <DescriptionAttribute("Raised when the an individual Hop completes")> Public Event Hop() As HopEventHandler
[C#]
[CategoryAttribute("Completion")] [DescriptionAttribute("Raised when the an individual Hop completes")] public event HopEventHandler Hop();
[C++]
[CategoryAttribute("Completion")] [DescriptionAttribute("Raised when the an individual Hop completes")] public: __event HopEventHandler* Hop();
[C++/CLI]
[CategoryAttribute("Completion")] [DescriptionAttribute("Raised when the an individual Hop completes")] public: event HopEventHandler^ Hop();

Event Data

The event handler receives an argument of type HopEventArgs containing data related to this event. The following HopEventArgs properties provide information specific to this event.

PropertyDescription
Exception Gets any exception which occurred during the asynchronous operation.
Result Returns a HopResult object encapsulating data about the particular hop.

Remarks

After calling Send or BeginSend, the Trace.Hop event is raised after each hop is reached. A HopEventArgs object is passed into the Trace.Hop event, containing data about the hop.

Requirements

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

See Also

Trace Class  | Trace Members


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.