GoDiagram Web Reference
ProcessRequest Method

Process any query string commands and send an image of the specified view as the HTTP response.
Syntax
'Declaration
 
Public Overridable Sub ProcessRequest( _
   ByVal context As HttpContext _
) 
public virtual void ProcessRequest( 
   HttpContext context
)

Parameters

context
Remarks
Assuming that the "GoView" 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.
Requirements

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

See Also

Reference

GoWebImageHandler Class
GoWebImageHandler Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback