====== ThinkGeo.MapSuite.SilverlightEdition.TileHandler ====== {{section>upgrade_map_suite_to_10.0}} Defines the contract that ASP.NET implements to synchronously process HTTP Web requests using custom HTTP handlers. Image tiles actually generate here. === Remarks === For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler ===== Inheritance Hierarchy ===== *System.Object **[[ThinkGeo.MapSuite.SilverlightEdition.TileHandler]] ===== Members Summary ===== ==== Public Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#TileHandler()|TileHandler]] | | | | ==== Protected Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ ==== Public Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#ProcessRequest(HttpContext)|ProcessRequest]] | HttpContext | | Enables processing of HTTP Web requests by a custom HttpHandler that implements the System.Web.IHttpHandler interface. | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | ==== Protected Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnTileDrawing(TileDrawingEventArgs)|OnTileDrawing]] | [[ThinkGeo.MapSuite.SilverlightEdition.TileDrawingEventArgs|TileDrawingEventArgs]] | | Triggers before tile drawing. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnTileDrawn(TileDrawnEventArgs)|OnTileDrawn]] | [[ThinkGeo.MapSuite.SilverlightEdition.TileDrawnEventArgs|TileDrawnEventArgs]] | | Triggers after tile drawn. | ==== Public Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ | {{wiki:PublicProperty.gif|Public Property}}[[#IsReusable|IsReusable]] | Boolean | | Gets a value indicating whether another request can use the System.Web.IHttpHandler instance. | ==== Protected Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ ==== Public Events ==== ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | {{wiki:PublicEvent.gif|Public Event}}[[#TileDrawing|TileDrawing]] | [[ThinkGeo.MapSuite.SilverlightEdition.TileDrawingEventArgs|TileDrawingEventArgs]] | | Triggers before tile is drawn. | | {{wiki:PublicEvent.gif|Public Event}}[[#TileDrawn|TileDrawn]] | [[ThinkGeo.MapSuite.SilverlightEdition.TileDrawnEventArgs|TileDrawnEventArgs]] | | Triggers after tile is drawn. | ===== Public Constructors ===== ==== TileHandler() ==== === Remarks === For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#TileHandler.28.29 === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Constructors|Go Back]] ===== Protected Constructors ===== ===== Public Methods ===== ==== Equals(Object) ==== === Remarks === For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#Equals.28Object.29 === Return Value === ^ Return Type ^ Description ^ | Boolean | | === Parameters === ^ Name ^ Type ^ Description ^ | obj | Object | | [[#Public Methods|Go Back]] ==== GetHashCode() ==== === Remarks === For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#GetHashCode.28.29 === Return Value === ^ Return Type ^ Description ^ | Int32 | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetType() ==== === Remarks === For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#GetType.28.29 === Return Value === ^ Return Type ^ Description ^ | Type | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== ProcessRequest(HttpContext) ==== Enables processing of HTTP Web requests by a custom HttpHandler that implements the System.Web.IHttpHandler interface. === Remarks === For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#ProcessRequest.28HttpContext.29 === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | context | HttpContext | An System.Web.HttpContext object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests. | [[#Public Methods|Go Back]] ==== ToString() ==== === Remarks === For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#ToString.28.29 === Return Value === ^ Return Type ^ Description ^ | String | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ===== Protected Methods ===== ==== Finalize() ==== === Remarks === For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#Finalize.28.29 === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== MemberwiseClone() ==== === Remarks === For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#MemberwiseClone.28.29 === Return Value === ^ Return Type ^ Description ^ | Object | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== OnTileDrawing(TileDrawingEventArgs) ==== Triggers before tile drawing. === Remarks === For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#OnTileDrawing.28TileDrawingEventArgs.29 === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | e | [[ThinkGeo.MapSuite.SilverlightEdition.TileDrawingEventArgs|TileDrawingEventArgs]] | | [[#Protected Methods|Go Back]] ==== OnTileDrawn(TileDrawnEventArgs) ==== Triggers after tile drawn. === Remarks === For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#OnTileDrawn.28TileDrawnEventArgs.29 === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | e | [[ThinkGeo.MapSuite.SilverlightEdition.TileDrawnEventArgs|TileDrawnEventArgs]] | | [[#Protected Methods|Go Back]] ===== Public Properties ===== ==== IsReusable ==== Gets a value indicating whether another request can use the System.Web.IHttpHandler instance. === Remarks === For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#IsReusable === Return Value === ^ Return Type ^ | Boolean | [[#Public Properties|Go Back]] ===== Protected Properties ===== ===== Public Events ===== ==== TileDrawing ==== Triggers before tile is drawn. === Remarks === For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#OnTileDrawing.28TileDrawingEventArgs.29 === Event Arguments === ^ Event Arguments ^ | [[ThinkGeo.MapSuite.SilverlightEdition.TileDrawingEventArgs|TileDrawingEventArgs]] | [[#Public Events|Go Back]] ==== TileDrawn ==== Triggers after tile is drawn. === Remarks === For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#OnTileDrawn.28TileDrawnEventArgs.29 === Event Arguments === ^ Event Arguments ^ | [[ThinkGeo.MapSuite.SilverlightEdition.TileDrawnEventArgs|TileDrawnEventArgs]] | [[#Public Events|Go Back]] __NOTOC__ [[Category:SilverlightMapConnector]] [[Category:ThinkGeo.MapSuite.SilverlightEdition]] [[Category:UpdateDocumentation]]