1 out of 3 rated this helpful - Rate this topic

System.Web.Hosting Namespace

The System.Web.Hosting namespace provides the functionality for hosting ASP.NET applications from managed applications outside Microsoft Internet Information Services (IIS).
  Class Description
Public class AppDomainFactory Creates a new AppDomain instance for the Web application. This class cannot be inherited. This class was used by earlier versions of the .NET Framework than version 2.0, which uses the AppManagerAppDomainFactory class instead.
Public class AppDomainInfo This type supports the ASP.NET infrastructure and is not intended to be used directly from your code.
Public class AppDomainInfoEnum This type supports the ASP.NET infrastructure and is not intended to be used directly from your code.
Public class AppDomainProtocolHandler This type supports the ASP.NET infrastructure and is not intended to be used directly from your code.
Public class ApplicationHost Enables hosting of ASP.NET pages outside the Internet Information Services (IIS) application. This class enables the host to create application domains for processing ASP.NET requests.
Public class ApplicationInfo Provides information about a running application. This class cannot be inherited.
Public class ApplicationManager Manages ASP.NET application domains for an ASP.NET hosting application.
Public class AppManagerAppDomainFactory Creates and stops application domains for a Web-application manager. This class cannot be inherited.
Public class HostingEnvironment Provides application-management functions and application services to a managed application within its application domain. This class cannot be inherited.
Public class ISAPIRuntime Manages HttpWorkerRequest objects in the .NET Framework. This class cannot be inherited.
Public class ProcessHost This type supports the ASP.NET infrastructure and is not intended to be used directly from your code.
Public class ProcessHostFactoryHelper This type supports the ASP.NET infrastructure and is not intended to be used directly from your code.
Public class ProcessProtocolHandler This type supports the ASP.NET infrastructure and is not intended to be used directly from your code.
Public class SimpleWorkerRequest Provides a simple implementation of the HttpWorkerRequest abstract class that can be used to host ASP.NET applications outside an Internet Information Services (IIS) application. You can employ SimpleWorkerRequest directly or extend it.
Public class VirtualDirectory Represents a directory object in a virtual file or resource space.
Public class VirtualFile Represents a file object in a virtual file or resource space.
Public class VirtualFileBase Provides the core implementation for the VirtualFile and VirtualDirectory objects. An abstract class, it cannot be instantiated.
Public class VirtualPathProvider Provides a set of methods that enable a Web application to retrieve resources from a virtual file system.
  Interface Description
Public interface IAdphManager This type supports the ASP.NET infrastructure and is not intended to be used directly from your code.
Public interface IAppDomainFactory Defines a single method to create a new AppDomain instance for a Web application. This interface was used by .NET Framework versions earlier than 2.0; version 2.0 uses the IAppManagerAppDomainFactory interface instead.
Public interface IAppDomainInfo This type supports the ASP.NET infrastructure and is not intended to be used directly from your code.
Public interface IAppDomainInfoEnum This type supports the ASP.NET infrastructure and is not intended to be used directly from your code.
Public interface IApplicationHost This type supports the ASP.NET infrastructure and is not intended to be used directly from your code.
Public interface IAppManagerAppDomainFactory Defines a method used to create an AppDomain instance for a Web-application manager and a method used to stop all AppDomain instances for a Web-application manager.
Public interface IISAPIRuntime Defines methods used to create HttpWorkerRequest objects in the .NET Framework.
Public interface IListenerChannelCallback This type supports the ASP.NET infrastructure and is not intended to be used directly from your code.
Public interface IPphManager This type supports the ASP.NET infrastructure and is not intended to be used directly from your code.
Public interface IProcessHost This type supports the ASP.NET infrastructure and is not intended to be used directly from your code.
Public interface IProcessHostFactoryHelper This type supports the ASP.NET infrastructure and is not intended to be used directly from your code.
Public interface IProcessHostIdleAndHealthCheck This type supports the ASP.NET infrastructure and is not intended to be used directly from your code.
Public interface IProcessHostSupportFunctions This type supports the ASP.NET infrastructure and is not intended to be used directly from your code.
Public interface IProcessPingCallback This type supports the ASP.NET infrastructure and is not intended to be used directly from your code.
Public interface IRegisteredObject Defines methods for objects that are managed by the hosting environment.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ