Share via


SPRequestModule.IHttpModule.Init - Méthode

Espace de noms :  Microsoft.SharePoint.ApplicationRuntime
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Private Sub Init ( _
    app As HttpApplication _
) Implements IHttpModule.Init
'Utilisation
Dim instance As SPRequestModule
Dim app As HttpApplication

CType(instance, IHttpModule).Init(app)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
void IHttpModule.Init(
    HttpApplication app
)

Paramètres

Implémentations

IHttpModule.Init(HttpApplication)

Voir aussi

Référence

SPRequestModule classe

SPRequestModule - Membres

Microsoft.SharePoint.ApplicationRuntime - Espace de noms