Click or drag to resize

IInterfaceList Interface

A list of interfaces serviced by a server.

Namespace:  Demo3D.Net.Protocols
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public interface IInterfaceList

The IInterfaceList type exposes the following members.

Methods
  NameDescription
Public methodLocalInterface
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.
Top
See Also