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
SyntaxObject? LocalInterface(
IPRoutingInfo routingInformation
)
Parameters
- routingInformation
- Type: Demo3D.NetIPRoutingInfo
The packet routing information.
Return Value
Type:
ObjectThe local interface that the packet arrived on (or null if there are no interfaces).
See Also