NetworkCard Class |
Namespace: Demo3D.IO
public class NetworkCard
The NetworkCard type exposes the following members.
| Name | Description | |
|---|---|---|
| NetworkCard |
Constructs a NetworkCard from a system Network Interface Card.
|
| Name | Description | |
|---|---|---|
| Description |
Returns the network card interface description.
| |
| Id |
Returns the ethernet card interface id.
| |
| Name |
Returns the network card interface name.
| |
| NIC |
Returns the system Network Interface Card.
|
| Name | Description | |
|---|---|---|
| GetCardByAddress(IPAddress) |
Returns network card information for a card with an IP configuration with the same address as the ipAddress specified.
| |
| GetCardByAddress(PhysicalAddress) |
Returns network card information for a card with the same physical address as the physicalAddress specified.
| |
| GetCardByEthernetAddress |
Returns network card information given a physical address.
| |
| GetCardById |
Returns network card information given a card id.
| |
| GetCardBySameNetwork |
Returns the first network card information for a card with an IP configuration with the same network address as the ipAddress specified.
| |
| GetCards |
Returns a list of all running network cards in this machine.
| |
| GetCardsBySameNetwork |
Returns all the network card information for cards with an IP configuration with the same network address as the ipAddress specified.
| |
| GetIPv4Configuration |
Returns the list of IPv4Configurations for this card.
| |
| GetPhysicalAddress |
Returns the network address.
|