Click or drag to resize
HostRemoveRoute Method (Route)
Removes the specified route from 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 bool RemoveRoute(
	Route route
)

Parameters

route
Type: Network.Sim.Network.Ip.RoutingRoute
The route to remove.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Network.Sim.Core.Host.RemoveRoute(Network.Sim.Network.Ip.Routing.Route)"]

Exceptions
ExceptionCondition
ArgumentNullExceptionThe route parameter is null.
See Also