Can someone help explain why there is not access to the HttpContext.Current when in any of the map objects or events?
For example, we created a new class as follows:
Public Class AddressPtMemoryLayer
Inherits InMemoryFeatureLayer
Within the DrawCore method there is no access the the context. Also if we implement a handler within the ASPX page to handle a custom event created on the class for when the DrawCore is complete, that event triggered and handled by the ASPX page still doesn't have access to the HTTP context.
Thanks,
JEFF