C# Class ProxyApi.ProxyHttpHandler

Inheritance: IHttpHandler
Mostra file Open project: stevegreatrex/ProxyApi

Public Methods

Method Description
ProcessRequest ( HttpContext context ) : void

Enables processing of HTTP Web requests by a custom HttpHandler that implements the T:System.Web.IHttpHandler interface.

Private Methods

Method Description
GetProxyJs ( HttpContext context ) : string
ProxyHttpHandler ( IProxyGenerator generator ) : System

Method Details

ProcessRequest() public method

Enables processing of HTTP Web requests by a custom HttpHandler that implements the T:System.Web.IHttpHandler interface.
public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext An object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests.
return void