ESRI.ArcGIS.ADF.Web
ADFResourceHandler Class Members
See Also  Fields  Properties  Methods 
ESRI.ArcGIS.ADF.Web Namespace : ADFResourceHandler Class




The following tables list the members exposed by ADFResourceHandler.

Public Constructors

 NameDescription
Public ConstructorADFResourceHandler Constructor  
Top

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)handlerPageName The ASHX page name that will cause requests to get routed to this handler.  
Top

Public Properties

 NameDescription
Public PropertyIsReusable This property is used to indicate that the object instance can be used by other requests.  
Top

Public Methods

 NameDescription
Public MethodProcessRequest Load the resource specified in the query string and return it as the HTTP response.  
Public MethodReadBinaryResource Read a binary resource such as an image in from the stream. Since we can't get its size, read it in a block at a time until we reach the end of the stream.  
Top

See Also

© 2010 All Rights Reserved.