asp.net.ph

HttpApplication.Server Property

System.Web Namespace   HttpApplication Class


Gets the intrinsic server object for the current request.

[ VB ]
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.

See Also

HttpApplication Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph