DispatchDataParams Class

Parameters passed to a listener addintional dispatch procedure (DispatchData).

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication.Listeners (in OddPrg.Communication.Listeners.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class DispatchDataParams
Inheritance
Object    DispatchDataParams

Constructors

DispatchDataParamsInitializes a new instance of the DispatchDataParams class

Fields

AddLogLine Procedure passed for adding a line to listener log. This line will have level "P" (protocol).
ClientDescription Description of connected client.
Data Received data to process.
Listener Listener that was received data to dispatch.
SourceParams Parameters of source that was invoked the listener.

See Also