DispatchDataParams Class
Parameters passed to a listener addintional dispatch procedure (DispatchData).
Namespace: OddPrg.CommunicationAssembly: OddPrg.Communication.Listeners (in OddPrg.Communication.Listeners.dll) Version: 1.0.0.0 (1.0.0.0)
public class DispatchDataParams
- Inheritance
- Object DispatchDataParams
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.
|