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



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

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0