HttpServerUtilityWrapper(HttpServerUtility) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe HttpServerUtilityWrapper.
public:
HttpServerUtilityWrapper(System::Web::HttpServerUtility ^ httpServerUtility);
public HttpServerUtilityWrapper (System.Web.HttpServerUtility httpServerUtility);
new System.Web.HttpServerUtilityWrapper : System.Web.HttpServerUtility -> System.Web.HttpServerUtilityWrapper
Public Sub New (httpServerUtility As HttpServerUtility)
Paramètres
- httpServerUtility
- HttpServerUtility
Objet auquel cette classe wrapper fournit l'accès.
Exceptions
Le paramètre httpServerUtility
a la valeur null
.