HttpApplication.AddOnPostAuthenticateRequestAsync Metodo

Definizione

Consente di aggiungere l'evento AddOnPostAcquireRequestStateAsync specificato all'insieme di gestori eventi PostAuthenticateRequest asincroni relativo alla richiesta corrente.

Overload

AddOnPostAuthenticateRequestAsync(BeginEventHandler, EndEventHandler)

Consente di aggiungere l'evento PostAuthenticateRequest specificato all'insieme di gestori eventi PostAuthenticateRequest asincroni relativo alla richiesta corrente.

AddOnPostAuthenticateRequestAsync(BeginEventHandler, EndEventHandler, Object)

Consente di aggiungere l'evento PostAuthorizeRequest specificato all'insieme di gestori eventi PostAuthorizeRequest asincroni relativo alla richiesta corrente.

AddOnPostAuthenticateRequestAsync(BeginEventHandler, EndEventHandler)

Consente di aggiungere l'evento PostAuthenticateRequest specificato all'insieme di gestori eventi PostAuthenticateRequest asincroni relativo alla richiesta corrente.

public:
 void AddOnPostAuthenticateRequestAsync(System::Web::BeginEventHandler ^ bh, System::Web::EndEventHandler ^ eh);
public void AddOnPostAuthenticateRequestAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh);
member this.AddOnPostAuthenticateRequestAsync : System.Web.BeginEventHandler * System.Web.EndEventHandler -> unit
Public Sub AddOnPostAuthenticateRequestAsync (bh As BeginEventHandler, eh As EndEventHandler)

Parametri

bh
BeginEventHandler

Oggetto BeginEventHandler che avvia l'elaborazione asincrona dell'evento PostAuthenticateRequest.

eh
EndEventHandler

Oggetto EndEventHandler che termina l'elaborazione asincrona dell'evento PostAuthenticateRequest.

Si applica a

AddOnPostAuthenticateRequestAsync(BeginEventHandler, EndEventHandler, Object)

Consente di aggiungere l'evento PostAuthorizeRequest specificato all'insieme di gestori eventi PostAuthorizeRequest asincroni relativo alla richiesta corrente.

public:
 void AddOnPostAuthenticateRequestAsync(System::Web::BeginEventHandler ^ beginHandler, System::Web::EndEventHandler ^ endHandler, System::Object ^ state);
public void AddOnPostAuthenticateRequestAsync (System.Web.BeginEventHandler beginHandler, System.Web.EndEventHandler endHandler, object state);
member this.AddOnPostAuthenticateRequestAsync : System.Web.BeginEventHandler * System.Web.EndEventHandler * obj -> unit
Public Sub AddOnPostAuthenticateRequestAsync (beginHandler As BeginEventHandler, endHandler As EndEventHandler, state As Object)

Parametri

beginHandler
BeginEventHandler

Oggetto BeginEventHandler che avvia l'elaborazione asincrona dell'evento PostAuthorizeRequest.

endHandler
EndEventHandler

Oggetto EndEventHandler che termina l'elaborazione asincrona dell'evento PostAuthorizeRequest.

state
Object

Stato associato da aggiungere all'evento PostAuthorizeRequest asincrono.

Si applica a