Click or drag to resize
HostRoutes Property
An enumerable collection of routes present in the host's routing table.

Namespace: Network.Sim.Core
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IEnumerable<Route> Routes { get; }

Property Value

Type: IEnumerableRoute
See Also