This class represents a single network interface adapter.
| C# | Visual Basic | Managed C++ |
public interface INetworkInterface
Public Interface INetworkInterface
public interface class INetworkInterface
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| GetSender(NetworkAddress, IParameter[]()) |
Creates a send socket associated with the given network interface adapter, for the given IP address to send to.
| |
| InterfaceAddress |
The local IP address that the adapter is associated with.
| |
| Listen(NetworkAddress, ReceiveCallback, Object, IParameter[]()) |
Creates a receive socket associated with the given network interface adapter, for the given IP address to listen at.
|