Click or drag to resize

IPv4InterfaceListLocalInterface Method

Gets the configuration of the local interface that the packet arrived on. This may not be the actual interface that the packet arrived on, but will depend on the interface list assigned.

Namespace:  Demo3D.Net.Protocols
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public IPv4Configuration? LocalInterface(
	IPRoutingInfo routingInformation
)

Parameters

routingInformation
Type: Demo3D.NetIPRoutingInfo
The packet end point.

Return Value

Type: IPv4Configuration
The local interface that the packet arrived on (or null if there are no interfaces).
See Also