Click or drag to resize

IPv4ConfigurationGet Method

Returns the list of IPv4Configurations for all running ethernet cards.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public static List<IPv4Configuration> Get()

Return Value

Type: ListIPv4Configuration
A list of IPv4Configurations for all running ethernet cards.
See Also