WorkflowServiceHost Constructor (Stream, Stream, Uri[])
Initializes a new instance of the WorkflowServiceHost class using a byte stream that contains the workflow definition, a byte stream that contains the workflow rules definition, and the base addresses of the service specified.
Assembly: System.WorkflowServices (in System.WorkflowServices.dll)
public WorkflowServiceHost( Stream workflowDefinition, Stream ruleDefinition, params Uri[] baseAddress )
Parameters
- workflowDefinition
- Type: System.IO.Stream
Stream that contains the workflow definition.
- ruleDefinition
- Type: System.IO.Stream
Stream that contains the workflow rules definition.
- baseAddress
- Type: System.Uri[]
An array of type Uri that contains the base addresses for the hosted service.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.