ListenerIsCommunicatorForSource Method
Returns true if communicator passed as parameter is the one that can accept incoming data of this listener. Otherwise it returns false.
Namespace: OddPrg.CommunicationAssembly: OddPrg.Communication.Listeners (in OddPrg.Communication.Listeners.dll) Version: 1.0.0.0 (1.0.0.0)
public bool IsCommunicatorForSource(
Communicator communicator,
NameValueCollection sourceParams
)
- communicator Communicator
- Communicator to check.
- sourceParams NameValueCollection
- Parameters of incoming data to check.
Boolean