ListenerInfo Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Base class used by RequestListenerInfo and ResponseListenerInfo
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.Messaging.HttpListenerInfo
    ArtOfTest.WebAii.Messaging.HttpRequestListenerInfo
    ArtOfTest.WebAii.Messaging.HttpResponseListenerInfo

Namespace:  ArtOfTest.WebAii.Messaging.Http
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public abstract class ListenerInfo

The ListenerInfo type exposes the following members.

Properties

  NameDescription
Public propertyGuid
Gets the guid of the event handler wrapped by this ListenerInfo object
Public propertyUriFilter
Gets / Sets the wildcard string used to filter request URIs before firing this listener's handler delegate
Top
Methods

  NameDescription
Public methodEquals
Determines whether this ListenerInfo object describes the same event handler delegate as another
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Calculates and returns the hashcode for this object.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMatchesUri
Determines whether this listener's filter matches a given URI
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference