NetworkCardGetCardByAddress Method (IPAddress) |
Returns network card information for a card with an IP configuration with the same address as the ipAddress specified.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic static NetworkCard? GetCardByAddress(
IPAddress ipAddress
)
Parameters
- ipAddress
- Type: System.NetIPAddress
The IP network address.
Return Value
Type:
NetworkCardNetwork card information for a card with an IP configuration with the same address as the
ipAddress specified.
See Also