Condividi tramite


Interfaccia IPreBeginRequestProvider

Fornisce un'interfaccia a livello globale per le notifiche di GL_PRE_BEGIN_REQUEST .

Sintassi

class IPreBeginRequestProvider : public IHttpEventProvider  

Metodi

Nella tabella seguente sono elencati i metodi esposti dall'interfaccia IPreBeginRequestProvider .

Nome Descrizione
GetHttpContext Recupera un'interfaccia IHttpContext .
SetErrorStatus Ereditato da IHttpEventProvider.

Classi derivate

Questa interfaccia non contiene classi derivate.

Commenti

Un'interfaccia IPreBeginRequestProvider viene creata e passata al metodo CGlobalModule::OnGlobalPreBeginRequest quando il modulo è stato registrato per la notifica di GL_PRE_BEGIN_REQUEST nella funzione RegisterModule esportata del modulo.

Gerarchia di ereditarietà

IHttpEventProvider

IPreBeginRequestProvider

Requisiti

Tipo Descrizione
Client - IIS 7.0 in Windows Vista
- IIS 7.5 in Windows 7
- IIS 8.0 in Windows 8
- IIS 10.0 in Windows 10
Server - IIS 7.0 in Windows Server 2008
- IIS 7.5 in Windows Server 2008 R2
- IIS 8.0 in Windows Server 2012
- IIS 8.5 in Windows Server 2012 R2
- IIS 10.0 in Windows Server 2016
Prodotto - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0
- IIS Express 7,5, IIS Express 8.0, IIS Express 10.0
Intestazione Httpserv.h

Vedere anche

Interfacce Web Server Core
Metodo CGlobalModule::OnGlobalPreBeginRequest
Interfaccia IHttpEventProvider
funzione PFN_REGISTERMODULE