ListenerIsCommunicatorForSource Method

Returns true if communicator passed as parameter is the one that can accept incoming data of this listener. Otherwise it returns false.

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication.Listeners (in OddPrg.Communication.Listeners.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public bool IsCommunicatorForSource(
	Communicator communicator,
	NameValueCollection sourceParams
)

Parameters

communicator  Communicator
Communicator to check.
sourceParams  NameValueCollection
Parameters of incoming data to check.

Return Value

Boolean

See Also