ServerContext.GetContext, méthode (HttpContext) (Microsoft.Office.Server)
Gets the ServerContext instance for the specified HttpContext.
Espace de noms : Microsoft.Office.Server
Assembly : Microsoft.Office.Server (dans microsoft.office.server.dll)
Syntaxe
'Déclaration
Public Shared Function GetContext ( _
httpContext As HttpContext _
) As ServerContext
'Utilisation
Dim httpContext As HttpContext
Dim returnValue As ServerContext
returnValue = ServerContext.GetContext(httpContext)
public static ServerContext GetContext (
HttpContext httpContext
)
Paramètres
- httpContext
A System.Web.HttpContext instance.
Valeur de retour
A ServerContext instance.
Voir aussi
Référence
ServerContext, classe
Membres ServerContext
Microsoft.Office.Server, espace de noms