This class represents a send socket.

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

All Members | Constructors | Methods | Properties | Fields | Events |
Icon | Member | Description |
---|---|---|
![]() | Address |
The destination address where data is sent.
|
![]() | InterfaceAddress |
The local address of the network interafce with which the socket was associated.
|
![]() | Parameters |
The configuration parameters of the module.
(Inherited from IParametrized.) |
![]() | Send(Data) |
Schedule a transmission of a packet.
|
![]() | Send(Data, ContextCallback, Object) |
Schedule a transmission of a packet and notify when data has actually been transmitted.
|
![]() | Send(ISource) |
Schedule a transmission of a longer stream of packets by associating a data feed with the socket.
|