Click or drag to resize

NetworkCard Methods

The NetworkCard type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetCardByAddress(IPAddress)
Returns network card information for a card with an IP configuration with the same address as the ipAddress specified.
Public methodStatic memberGetCardByAddress(PhysicalAddress)
Returns network card information for a card with the same physical address as the physicalAddress specified.
Public methodStatic memberGetCardByEthernetAddress
Returns network card information given a physical address.
Public methodStatic memberGetCardById
Returns network card information given a card id.
Public methodStatic memberGetCardBySameNetwork
Returns network card information for a card with an IP configuration with the same network address as the ipAddress specified.
Public methodStatic memberGetCards
Returns a list of all running network cards in this machine.
Public methodGetIPv4Configuration
Returns the list of IPv4Configurations for this card.
Public methodGetPhysicalAddress
Returns the network address.
Top
See Also