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 the first 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 methodStatic memberGetCardsBySameNetwork
Returns all the network card information for cards with an IP configuration with the same network address as the ipAddress specified.
Public methodGetIPv4Configuration
Returns the list of IPv4Configurations for this card.
Public methodGetPhysicalAddress
Returns the network address.
Top
See Also