Namespace for the HTTP proxy functionality contained in the framework.

Classes

  ClassDescription
HttpProxyManager
Class used to manage the HTTP proxy agent.
HttpRequest
Used to create and manipulate an HTTP request.
HttpRequestEventArgs
EventArgs subclass that wraps an HTTP request, and possibly the related response
HttpResponse
Class wrapper of an HTTP response.
HttpResponseEventArgs
EventArgs subclass that wraps an HTTP response and the related request
ListenerInfo
Base class used by RequestListenerInfo and ResponseListenerInfo
RequestListenerInfo
Wraps a listener for BeforeRequest events from the proxy
ResponseListenerInfo
Wraps a listener for BeforeResponse events from the proxy

Delegates

  DelegateDescription
HttpRequestHandler
Event handler delegate for the HTTP proxy's BeforeRequest events
HttpResponseHandler
Event handler delegate for the HTTP proxy's BeforeResponse events

Enumerations

  EnumerationDescription
HttpMethod
List of defined HTTP methods
HttpStatusCode
List of define HTTP response codes