Click or drag to resize

IPv4Configuration Class

The IP configuration of one network device.
Inheritance Hierarchy
SystemObject
  Demo3D.IOIPv4Configuration

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public class IPv4Configuration

The IPv4Configuration type exposes the following members.

Constructors
  NameDescription
Public methodIPv4Configuration
Constructs a new IPv4Configuration.
Top
Properties
  NameDescription
Public propertyBroadcast
The broadcast address.
Public propertyDnsServer1
The IP address of the first configured DNS server.
Public propertyDnsServer2
The IP address of the alternate configured DNS server.
Public propertyGateway
The IP address of the configured gateway.
Public propertyIPAddress
The IP address.
Public propertyNetMask
The netmask.
Public propertyNetwork
The network address.
Public propertyNIC
The network interface card.
Top
Methods
  NameDescription
Public methodStatic memberGet
Returns the list of IPv4Configurations for all running ethernet cards.
Public methodStatic memberGet(NetworkCard)
Returns the list of IPv4Configurations for a specific ethernet card.
Public methodStatic memberGetLoopback
Returns the IPv4Configuration for the loopback interface.
Public methodSameNetwork
Returns true if the address passed in belongs to the same network as this network device.
Top
See Also