Documentation for a minimal subset of the QSM API
IListener Interface
Namespaces > QS.Fx.Network > IListener
This class represents a receive socket.
Syntax
C#Visual BasicManaged C++
public interface IListener : IDisposable, IParametrized
Public Interface IListener _
	Implements IDisposable, IParametrized
public interface class IListener : IDisposable, IParametrized
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
Address
The receive address of the socket. It could be an IP multicast or broadcast address.

Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
InterfaceAddress
The local address of the network interface adapter that the socket is associated with.

Parameters
The configuration parameters of the module.
(Inherited from IParametrized.)

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0