Click or drag to resize

IInterfaceListLocalInterface Method

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

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

Parameters

routingInformation
Type: Demo3D.NetIPRoutingInfo
The packet routing information.

Return Value

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