Click or drag to resize

IPv4Configuration Class

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

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

The IPv4Configuration type exposes the following members.

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.
Top
Methods
  NameDescription
Public methodStatic memberGet
Returns the IPv4Configuration for all ethernet cards.
Public methodStatic memberGet(EthernetCard)
Returns the IPv4Configuration 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