메소드 | 설명 | |
---|---|---|
ProcessRequest ( |
Enables processing of HTTP Web requests by a custom HttpHandler that implements the T:System.Web.IHttpHandler interface.
|
|
ProcessRequest ( System.Web.HttpContextBase context ) : void |
Processes the request.
|
public ProcessRequest ( |
||
context | An |
|
리턴 | void |
public abstract ProcessRequest ( System.Web.HttpContextBase context ) : void | ||
context | System.Web.HttpContextBase | The context. |
리턴 | void |