ClassListenerInfo
Base class used by RequestListenerInfo and ResponseListenerInfo
Definition
Namespace:ArtOfTest.WebAii.Messaging.Http
Assembly:ArtOfTest.WebAii.dll
Syntax:
public abstract class ListenerInfo
Inheritance: objectListenerInfo
Derived Classes:
Properties
Guid
Gets the guid of the event handler wrapped by this ListenerInfo object
Methods
Equals(object)
Determines whether this ListenerInfo object describes the same event handler delegate as another
Declaration
public override bool Equals(object obj)
Parameters
obj
The object to compare this one to
Returns
True if the objects are equivalent enough for our purposes (tracking them in the lists of listeners subscribed to proxy events)
Overrides
Remarks
Two listeners are considered equivalent if they have the same guid for their event handler, are listening to the same type of event, and have the same wildcard filter for request URIs.
GetHashCode()
Calculates and returns the hashcode for this object.
Declaration
public override int GetHashCode()
Returns
The calculated hashcode.
Overrides
MatchesUri(string)
Determines whether this listener's filter matches a given URI