This class represents a receive socket.

C# | Visual Basic | Managed C++ |
public interface IListener : IDisposable, IParametrized
Public Interface IListener _ Implements IDisposable, IParametrized
public interface class IListener : IDisposable, IParametrized

All Members | Constructors | Methods | Properties | Fields | Events |
Icon | Member | Description |
---|---|---|
![]() | 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.) |