8 implementations of EndProcessRequest
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\AspNetRouteServiceHttpHandler.cs (1)
54
public void
EndProcessRequest
(IAsyncResult result)
System\ServiceModel\Activation\ServiceHttpHandlerFactory.cs (1)
67
public void
EndProcessRequest
(IAsyncResult result)
System.Web (4)
DefaultHttpHandler.cs (1)
112
public virtual void
EndProcessRequest
(IAsyncResult result) {
Handlers\TransferRequestHandler.cs (1)
18
public void
EndProcessRequest
(IAsyncResult result)
HttpApplication.cs (1)
1494
void IHttpAsyncHandler.
EndProcessRequest
(IAsyncResult result) {
HttpTaskAsyncHandler.cs (1)
42
void IHttpAsyncHandler.
EndProcessRequest
(IAsyncResult result) {
System.Web.Extensions (1)
Script\Services\ScriptHandlerFactory.cs (1)
54
public void
EndProcessRequest
(IAsyncResult result) {
System.Xaml.Hosting (1)
System\Xaml\Hosting\XamlHttpHandlerFactory.cs (1)
153
public void
EndProcessRequest
(IAsyncResult result)
9 references to EndProcessRequest
System.Web (7)
HttpApplication.cs (4)
3490
_handler.
EndProcessRequest
(ar);
3495
_handler.
EndProcessRequest
(ar);
3498
_handler.
EndProcessRequest
(ar);
3582
asyncHandler.
EndProcessRequest
(ar);
HttpRuntime.cs (1)
2096
context.AsyncAppHandler.
EndProcessRequest
(ar);
httpserverutility.cs (2)
568
asyncHandler.
EndProcessRequest
(ar);
597
asyncHandler.
EndProcessRequest
(ar);
System.Web.Extensions (1)
Script\Services\ScriptHandlerFactory.cs (1)
55
((IHttpAsyncHandler)_originalHandler).
EndProcessRequest
(result);
System.Xaml.Hosting (1)
System\Xaml\Hosting\XamlHttpHandlerFactory.cs (1)
155
this.httpAsyncHandler.
EndProcessRequest
(result);