HttpRemotingHandler.ProcessRequest(HttpContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables processing of HTTP Web requests by the current instance.
public:
virtual void ProcessRequest(System::Web::HttpContext ^ context);
public void ProcessRequest (System.Web.HttpContext context);
abstract member ProcessRequest : System.Web.HttpContext -> unit
override this.ProcessRequest : System.Web.HttpContext -> unit
Public Sub ProcessRequest (context As HttpContext)
Parameters
- context
- HttpContext
A HttpContext that provides references to the intrinsic server objects (for example, Request
, Response
, Session
, and Server
) used to service HTTP requests.
Implements
Remarks
For more information about the ProcessRequest methods, see IHttpHandler.ProcessRequest.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.