Click or drag to resize

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
Syntax
C#
public static List<NetworkCard> GetCardsBySameNetwork(
	IPAddress ipAddress
)

Parameters

ipAddress
Type: System.NetIPAddress
The IP network address.

Return Value

Type: ListNetworkCard
Network card information for cards with an IP configuration with the same network address as the ipAddress specified.
See Also