Click or drag to resize
Ipv4 Constructor
Initializes a new instance of the Network class.

Namespace: Network.Sim.Network.Ip
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Ipv4(
	IEnumerable<Interface> interfaces,
	RoutingTable routingTable,
	ulong nodalProcessingDelay
)

Parameters

interfaces
Type: System.Collections.GenericIEnumerableInterface
An enumerable collection of interfaces installed on the host.
routingTable
Type: Network.Sim.Network.Ip.RoutingRoutingTable
The routing table to use.
nodalProcessingDelay
Type: SystemUInt64
The nodal processing delay, in nanoseconds.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the interfaces parameter is null.
See Also