Click or drag to resize

WebOperationResponseFactoryCreate(String, Byte, String) Method

Creates the response with specified content type from array of bytes.

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 Stream Create(
	string contentType,
	byte[] content,
	string eTag
)

Parameters

contentType  String
Type of the content.
content  Byte
The content.
eTag  String
etag header info for cache control

Return Value

Stream
Response stream to be returned by web service method.
Exceptions
ExceptionCondition
ArgumentNullExceptioncontent
See Also