AVEVA OMI Software Developer Kit



request
response filled with data
ProcessRequest(Request,Response) Method
Process the request and get the response from the local resources.
Syntax
'Declaration
 
Public Overloads Overrides Sub ProcessRequest( _
   ByVal request As EO.WebBrowser.Request, _
   ByVal response As EO.WebBrowser.Response _
) 
'Usage
 
Dim instance As LocalHandler
Dim request As EO.WebBrowser.Request
Dim response As EO.WebBrowser.Response
 
instance.ProcessRequest(request, response)
public override void ProcessRequest( 
   EO.WebBrowser.Request request,
   EO.WebBrowser.Response response
)
public:
void ProcessRequest( 
   EO.WebBrowser.Request^ request,
   EO.WebBrowser.Response^ response
) override 

Parameters

request
request
response
response filled with data
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