====== ThinkGeo.MapSuite.WebForms.GeoResourceFactory ====== ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.WebForms.GeoResourceFactory** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} GeoResourceFactory() ** * //N/A// == Remarks == * //N/A// == Parameters ==
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} GetHandler(HttpContext,String,String,String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:IHttpHandler * Description:A new System.Web.IHttpHandler object that processes the request. == Parameters == * //context// * Type:HttpContext * Description:An instance of the System.Web.HttpContext class that provides references to intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests. * //requestType// * Type:String * Description:The HTTP data transfer method (GET or POST) that the client uses. * //url// * Type:String * Description:The System.Web.HttpRequest.RawUrl of the requested resource. * //pathTranslated// * Type:String * Description:The System.Web.HttpRequest.PhysicalApplicationPath to the requested resource.
** {{wiki:PublicMethod.gif|}} ReleaseHandler(IHttpHandler) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //handler// * Type:IHttpHandler * Description:The System.Web.IHttpHandler object to reuse.
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} GetHandlerCore(HttpContext) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:IHttpHandler * Description:A new System.Web.IHttpHandler object that processes the request. == Parameters == * //context// * Type:HttpContext * Description:An instance of the System.Web.HttpContext class that provides references to intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests.
** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ==== Protected Properties ==== ==== Public Events ====