Click or drag to resize

WebOperationResponseFactory Class

Helper for producing advanced web operation responses
Inheritance Hierarchy
SystemObject
  Scanjour.Workflow4.Web.Services.HelpersWebOperationResponseFactory

Namespace: Scanjour.Workflow4.Web.Services.Helpers
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static class WebOperationResponseFactory

The WebOperationResponseFactory type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreate(String, Byte) Creates the response with specified content type from array of bytes.
Public methodStatic memberCreate(String, Byte, String) Creates the response with specified content type from array of bytes.
Public methodStatic memberCreate(String, String, Encoding) Creates the response with specified content type from string using specified encoding.
Top
See Also