Click or drag to resize

NetworkCardGetIPv4Configuration Method

Returns the list of IPv4Configurations for this card.

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

Return Value

Type: ListIPv4Configuration
The list of IPv4Configurations for the network card.
See Also