This documentation is archived and is not being maintained.
HttpServerUtility Class
.NET Framework 1.1
Provides helper methods for processing Web requests.
For a list of all members of this type, see HttpServerUtility Members.
System.Object
System.Web.HttpServerUtility
[Visual Basic] NotInheritable Public Class HttpServerUtility [C#] public sealed class HttpServerUtility [C++] public __gc __sealed class HttpServerUtility [JScript] public class HttpServerUtility
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
The methods and properties of the HttpServerUtility class are exposed through ASP.NET's intrinsic Server object.
Requirements
Namespace: System.Web
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
Show: