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.
Name | Description | |
---|---|---|
ADFResourceHandler Constructor |
Name | Description | |
---|---|---|
handlerPageName | The ASHX page name that will cause requests to get routed to this handler. |
Name | Description | |
---|---|---|
IsReusable | This property is used to indicate that the object instance can be used by other requests. |
Name | Description | |
---|---|---|
ProcessRequest | Load the resource specified in the query string and return it as the HTTP response. | |
ReadBinaryResource | 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. |