Click or drag to resize

NetworkCardGetCardBySameNetwork Method

Returns the first network card information for a card 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 NetworkCard? GetCardBySameNetwork(
	IPAddress ipAddress
)

Parameters

ipAddress
Type: System.NetIPAddress
The IP network address.

Return Value

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