IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

HopResolved Event

Fired when the name of a hop address is found.

Syntax

[VB.NET]
Public Event OnHopResolved As OnHopResolvedHandler
[C#]
public event OnHopResolvedHandler OnHopResolved;

public delegate void OnHopResolvedHandler(object sender, TracerouteHopResolvedEventArgs e);

class TracerouteHopResolvedEventArgs : EventArgs {
  int HopNumber {get;}
  int StatusCode {get;}
  string HopHostName {get;}
}

Remarks

The StatusCode contains 0 if the address is resolved successfully, or an error code, in which case, HopHostName contains a textual description of the error.

Host name resolution is disabled by default. Set ResolveNames to True to enable it.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]