Initializes a new instance of the HttpResource class with the specified content and status code.
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- content
- Type: System String
The resource content.
- statusCode
- Type: System.Net HttpStatusCode
The status code returned by the server.
See Also