HttpApplication::AddOnAuthenticateRequestAsync Method
.NET Framework (current version)
Adds the specified AuthenticateRequest event to the collection of asynchronous AuthenticateRequest event handlers for the current request.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | AddOnAuthenticateRequestAsync(BeginEventHandler^, EndEventHandler^) | Adds the specified AuthenticateRequest event to the collection of asynchronous AuthenticateRequest event handlers for the current request. |
![]() | AddOnAuthenticateRequestAsync(BeginEventHandler^, EndEventHandler^, Object^) | Adds the specified AuthenticateRequest event to the collection of asynchronous AuthenticateRequest event handlers for the current request. |
Show:
