System.ServiceModel.Activation Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides classes related to service model activation.
Classes
AspNetCompatibilityRequirementsAttribute |
Applied to a Windows Communication Foundation (WCF) 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 |
Specifies which build provider is used for server XAML (.xamlx) documents. |
ServiceBuildProvider |
Defines a set of properties and methods for generating source code within the ASP.NET build environment. This class is the Windows Communication Foundation (WCF) 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. |
Enums
AspNetCompatibilityRequirementsMode |
Specifies whether a Windows Communication Foundation (WCF) service runs, or can run, in a mode that is compatible with ASP.NET. |