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: 19.01.00
Syntax
C#
Object? LocalInterface(
	IPRoutingInfo routingInformation
)

Parameters

routingInformation  IPRoutingInfo
The packet routing information.

Return Value

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