Click or drag to resize
HostRegisterInterface Method
Registers a new network interface with the host.

Namespace: Network.Sim.Core
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void RegisterInterface(
	Interface ifc
)

Parameters

ifc
Type: Network.Sim.CoreInterface

[Missing <param name="ifc"/> documentation for "M:Network.Sim.Core.Host.RegisterInterface(Network.Sim.Core.Interface)"]

Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if any of the arguments is null.
See Also