PowerWEB File Upload for ASP.NET
ProcessRequest Method
See Also  Send comments on this topic.
Dart.FileUpload Namespace > ResourceHttpHandler Class : ProcessRequest Method



hc
The context object for the request
Load the resource specified in the query string and return it as the HTTP response.

Syntax

Visual Basic (Declaration) 
Public Sub ProcessRequest( _
   ByVal hc As HttpContext _
) 
Visual Basic (Usage)Copy Code
Dim instance As ResourceHttpHandler
Dim hc As HttpContext
 
instance.ProcessRequest(hc)
C# 
public void ProcessRequest( 
   HttpContext hc
)
C++/CLI 
public:
void ProcessRequest( 
   HttpContext^ hc
) 

Parameters

hc
The context object for the request

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.3
© 2012 Dart Communications. All Rights Reserved.