NetworkCardGetCardsBySameNetwork Method |
Returns all the network card information for cards with an IP configuration with the same network address as the ipAddress specified.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic static List<NetworkCard> GetCardsBySameNetwork(
IPAddress ipAddress
)
Parameters
- ipAddress
- Type: System.NetIPAddress
The IP network address.
Return Value
Type:
ListNetworkCardNetwork card information for cards with an IP configuration with the same network address as the
ipAddress specified.
See Also