This documentation is archived and is not being maintained.
System.ServiceModel.Activation Namespace
Visual Studio 2010
Contains the types and enumerations required to construct and modify the dynamic creation of service hosts in a managed hosting environment.
| Class | Description | |
|---|---|---|
![]() | AspNetCompatibilityRequirementsAttribute | Applied to a service to indicate whether that service can be run in ASP.NET compatibility code. |
![]() | HostedTransportConfiguration | Provides transport-specific configuration for transport implementations hosted in Windows Process Activation Service (WAS). |
![]() | ServiceActivationBuildProviderAttribute | Infrastructure. Specifies which build provider is used for server XAML (.xamlx) documents. |
![]() | ServiceBuildProvider | Infrastructure. Defines a set of properties and methods for generating source code within the ASP.NET build environment. This class is the implementation of BuildProvider. |
![]() | ServiceHostFactory | Factory that provides instances of ServiceHost in managed hosting environments where the host instance is created dynamically in response to incoming messages. |
![]() | ServiceHostFactoryBase | Provides the base implementation for the factory that allows application code to participate in the creation of service hosts in managed hosting environments where the host instance is created dynamically in response to incoming messages. |
![]() | ServiceRoute | Enables the creation of service routes over HTTP for WCF Services with support for extension-less base addresses. |
![]() | VirtualPathExtension | Contains the service's virtual path when the service is hosted in Internet Information Services (IIS) or Windows Process Activation Service (WAS). |
![]() | WebScriptServiceHostFactory | Automatically adds an ASP.NET AJAX endpoint to a service, without requiring configuration, in a managed hosting environment that dynamically activates host instances for the service in response to incoming messages. |
![]() | WebServiceHostFactory | A factory that provides instances of WebServiceHost in managed hosting environments where the host instance is created dynamically in response to incoming messages. |
![]() | WorkflowServiceHostFactory | Factory that provides instances of WorkflowServiceHost in managed hosting environments where the host instance is created dynamically in response to incoming messages. |
| Enumeration | Description | |
|---|---|---|
![]() | AspNetCompatibilityRequirementsMode | Specifies whether a service runs, or can run, in a mode that is compatible with ASP.NET. |
Show:

