WorkflowServiceHostFactory Class
A factory that provides instances of WorkflowServiceHost in managed hosting environments where the host instance is created dynamically in response to incoming messages.
Assembly: System.ServiceModel.Activation (in System.ServiceModel.Activation.dll)
System.ServiceModel.Activation.ServiceHostFactoryBase
System.ServiceModel.Activities.Activation.WorkflowServiceHostFactory
| Name | Description | |
|---|---|---|
![]() | WorkflowServiceHostFactory() | Initializes a new instance of the WorkflowServiceHostFactory class. |
| Name | Description | |
|---|---|---|
![]() | CreateServiceHost(String, Uri[]) | Creates a new service host. (Overrides ServiceHostFactoryBase.CreateServiceHost(String, Uri[]).) |
![]() | CreateWorkflowServiceHost(Activity, Uri[]) | Creates a new instance of the WorkflowServiceHost class using the specified Activity and base addresses. |
![]() | CreateWorkflowServiceHost(WorkflowService, Uri[]) | Creates a new instance of the WorkflowServiceHost class with the specified WorkflowService and base addresses. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

