ResponseListenerInfo Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Wraps a listener for BeforeResponse events from the proxy
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.Messaging.HttpListenerInfo
    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 class ResponseListenerInfo : ListenerInfo

The ResponseListenerInfo type exposes the following members.

Constructors

  NameDescription
Public methodResponseListenerInfo
Creates a new listener info object wrapping the given event handler delegate
Top
Properties

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

  NameDescription
Public methodEquals
Determines whether this ListenerInfo object describes the same event handler delegate as another
(Inherited from ListenerInfo.)
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.
(Inherited from ListenerInfo.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMatchesUri
Determines whether this listener's filter matches a given URI
(Inherited from ListenerInfo.)
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