public IAsyncEnumerable<TracertEntry> TraceAsync( IPAddress address, int maxHops, int timeout, bool useNs, CancellationToken cancellationToken )
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