Helper for producing advanced web operation responses
Inheritance Hierarchy
Scanjour.Workflow4.Web.Services.HelpersWebOperationResponseFactory
Namespace: Scanjour.Workflow4.Web.Services.Helpers
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax
Methods
| Name | Description | |
|---|---|---|
| Create(String, Byte) |
Creates the response with specified content type from array of bytes.
| |
| Create(String, String, Encoding) |
Creates the response with specified content type from string using specified encoding.
|
See Also