ArtOfTest.WebAii.Messaging.Http Namespace

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Namespace for the HTTP proxy functionality contained in the framework.
Classes

  ClassDescription
Public classHttpProxyConstants
Public classHttpProxyManager
Class used to manage the HTTP proxy agent.
Public classHttpRequest
Used to create and manipulate an HTTP request.
Public classHttpRequestEventArgs
EventArgs subclass that wraps an HTTP request, and possibly the related response
Public classHttpRequestResponsePair
Public classHttpResponse
Class wrapper of an HTTP response.
Public classHttpResponseEventArgs
EventArgs subclass that wraps an HTTP response and the related request
Public classHttpTrafficEvent
Public classListenerInfo
Base class used by RequestListenerInfo and ResponseListenerInfo
Public classRequestListenerInfo
Wraps a listener for BeforeRequest events from the proxy
Public classResponseListenerInfo
Wraps a listener for BeforeResponse events from the proxy
Public classWcfHttpRawRequest
Public classWcfHttpRawRequestFactory
Public classWcfHttpRawRequestResponse
Delegates

  DelegateDescription
Public delegateHttpRequestHandler
Event handler delegate for the HTTP proxy's BeforeRequest events
Public delegateHttpResponseHandler
Event handler delegate for the HTTP proxy's BeforeResponse events