Méthode | Description | |
---|---|---|
BeginProcessRequest ( |
Called to initialize an asynchronous call to the HTTP handler.
|
|
EndProcessRequest ( IAsyncResult result ) : void |
Provides an end method for an asynchronous process.
|
|
ProcessRequest ( |
Enables processing of HTTP Web requests by a custom HttpHandler that implements the T:System.Web.IHttpHandler interface.
|
Méthode | Description | |
---|---|---|
BeginProcessBinaryFileRequest ( |
Begins the process binary file request.
|
|
BeginProcessContentFileRequest ( |
Begins the process content file request.
|
|
SendFile ( |
Sends the file.
|
|
SendNotAuthorized ( |
Sends a 403 (forbidden)
|
public BeginProcessRequest ( |
||
context | An HttpContext that provides references to intrinsic server objects used to service HTTP requests. | |
cb | AsyncCallback | The AsyncCallback to call when the asynchronous method call is complete. |
extraData | object | Any state data needed to process the request. |
Résultat | IAsyncResult |
public EndProcessRequest ( IAsyncResult result ) : void | ||
result | IAsyncResult | An IAsyncResult that contains information about the status of the process. |
Résultat | void |
public ProcessRequest ( |
||
context | An |
|
Résultat | void |