Click or drag to resize
HttpResource Constructor
Initializes a new instance of the HttpResource class with the specified content and status code.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax
C#
public HttpResource(
	string content,
	HttpStatusCode statusCode
)

Parameters

content
Type: SystemString
The resource content.
statusCode
Type: System.NetHttpStatusCode
The status code returned by the server.
See Also