IPv4InterfaceList Constructor (IPv4Configuration) |
Instantiates an IPv4InterfaceList from a list of configurations.
Namespace:
Demo3D.Net.Protocols
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic IPv4InterfaceList(
params IPv4Configuration[] localInterfaces
)
Parameters
- localInterfaces
- Type: Demo3D.IOIPv4Configuration
The local interface configurations services by a server.
See Also