This class represents a virtualized network stack, with one or more network interface adapters.
The stack only supports UDP communication.
| C# | Visual Basic | Managed C++ |
public interface INetworkConnection
Public Interface INetworkConnection
public interface class INetworkConnection
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| GetHostEntry(String) |
Allows for name resolution using the host's network name.
| |
| GetHostEntry(IPAddress) |
Allows for name resolution using the host's IP address.
| |
| GetHostName() |
Returns the network name of the local machine.
| |
| GetInterface(IPAddress) |
Allows to find a network interface adapter with the specific IP address assigned to it.
| |
| Interfaces |
The list of available network interface adpaters.
|