The following tables list the members exposed by TraceEngine.
Public Constructors
Public Methods
| Name | Description |
| Trace | Overloaded.
Traces the route which data have to travel through in order to reach an IP address.
|
| TraceAsync |
provides a async enumerable allowing you to await foreach( var item in TryceAsync(ip)) the data
|
| TraceThis |
Traces the route which data have to travel through in order to reach an IP address.
|
Top
Extension Methods
Public Events
| Name | Description |
| OnTraceEntry |
Occurs when trace entry was processed.
|
Top
See Also