Walter.Net.Networking
TraceAsync Method
Walter.Net.Networking Assembly > Walter.Net.Networking.Tracert Namespace > TraceEngine Class : TraceAsync Method
maximum hubs you are willing to trace over
Maximum time you are willing to wait for the hub to respond
Use Firewall WHOIS system to resolve location and owner of a IP address
Cancellation token if you wish to cancel the operation
provides a async enumerable allowing you to await foreach( var item in TryceAsync(ip)) the data
Syntax

Parameters

address
maxHops
maximum hubs you are willing to trace over
timeout
Maximum time you are willing to wait for the hub to respond
useNs
Use Firewall WHOIS system to resolve location and owner of a IP address
cancellationToken
Cancellation token if you wish to cancel the operation

Return Value

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TraceEngine Class
TraceEngine Members