This documentation is archived and is not being maintained.
HttpApplication.Server Property
.NET Framework 1.1
Gets the intrinsic server object for the current request.
[Visual Basic] Public ReadOnly Property Server As HttpServerUtility [C#] public HttpServerUtility Server {get;} [C++] public: __property HttpServerUtility* get_Server(); [JScript] public function get Server() : HttpServerUtility;
Property Value
The HttpServerUtility that the application is processing.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpApplication Class | HttpApplication Members | System.Web Namespace
Show: