HttpServerUtilityWrapper Class
Encapsulates the HTTP intrinsic object that provides helper methods for processing Web requests.
Assembly: System.Web.Abstractions (in System.Web.Abstractions.dll)
The HttpServerUtilityWrapper class derives from the HttpServerUtilityBase class and serves as a wrapper for the HttpServerUtility class. This class exposes the functionality of the HttpServerUtility class while also exposing the HttpServerUtilityBase type. The HttpServerUtilityBase class enables you to replace the original implementation of the HttpServerUtility class in your application with a custom implementation, such as when you perform unit testing outside the ASP.NET pipeline.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.