Documentation for a minimal subset of the QSM API
INetworkInterface Interface
Namespaces > QS.Fx.Network > INetworkInterface
This class represents a single network interface adapter.
Syntax
C#Visual BasicManaged C++
public interface INetworkInterface
Public Interface INetworkInterface
public interface class INetworkInterface
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



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

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0