IPv4Configuration Class |
Namespace: Demo3D.IO
public class IPv4Configuration
The IPv4Configuration type exposes the following members.
| Name | Description | |
|---|---|---|
| IPv4Configuration |
Constructs a new IPv4Configuration.
|
| Name | Description | |
|---|---|---|
| Broadcast |
The broadcast address.
| |
| DnsServer1 |
The IP address of the first configured DNS server.
| |
| DnsServer2 |
The IP address of the alternate configured DNS server.
| |
| Gateway |
The IP address of the configured gateway.
| |
| IPAddress |
The IP address.
| |
| NetMask |
The netmask.
| |
| Network |
The network address.
| |
| NIC |
The network interface card.
|
| Name | Description | |
|---|---|---|
| Get |
Returns the list of IPv4Configurations for all running ethernet cards.
| |
| Get(NetworkCard) |
Returns the list of IPv4Configurations for a specific ethernet card.
| |
| GetLoopback |
Returns the IPv4Configuration for the loopback interface.
| |
| SameNetwork |
Returns true if the address passed in belongs to the same network as this network device.
|