Click or drag to resize
BridgeForwardTable Property
Returns a read-only collection of entries of the bridge's forwarding table.

Namespace: Network.Sim.Lan.Ethernet
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IReadOnlyDictionary<MacAddress, Connector> ForwardTable { get; }

Property Value

Type: IReadOnlyDictionaryMacAddress, Connector
See Also