Documentation for a minimal subset of the QSM API
INetworkConnection Interface
Namespaces > QS.Fx.Network > INetworkConnection
This class represents a virtualized network stack, with one or more network interface adapters. The stack only supports UDP communication.
Syntax
C#Visual BasicManaged C++
public interface INetworkConnection
Public Interface INetworkConnection
public interface class INetworkConnection
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
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.

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0