Click or drag to resize

IPv4InterfaceList Constructor (IReadOnlyListIPv4Configuration)

Instantiates an IPv4InterfaceList from a list of configurations.

Namespace:  Demo3D.Net.Protocols
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public IPv4InterfaceList(
	IReadOnlyList<IPv4Configuration> localInterfaces
)

Parameters

localInterfaces
Type: System.Collections.GenericIReadOnlyListIPv4Configuration
The local interface configurations services by a server.
See Also