Northwoods.GoWeb Assembly > Northwoods.GoWeb Namespace > GoWebImageHandler Class : ProcessRequest Method |
'Declaration Public Overridable Sub ProcessRequest( _ ByVal context As HttpContext _ )
public virtual void ProcessRequest( HttpContext context )
Request
parameter names a GoView that has been stored in the Session
state, this method processes any other query string commands by calling OnNoPostLoad and RaisePostBackEvent, and then produces an image of the view by calling GetBitmap. The image is streamed out to the Response
in the format specified by GoView.ImageFormat.Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2