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