Click or drag to resize
HttpResource Class
Represents an HTTP resource.
Inheritance Hierarchy
SystemObject
  CMS.DataComHttpResource

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public sealed class HttpResource

The HttpResource type exposes the following members.

Constructors
  NameDescription
Public methodHttpResource
Initializes a new instance of the HttpResource class with the specified content and status code.
Top
Properties
  NameDescription
Public propertyContent
Gets the resource content.
Public propertyStatusCode
Gets the status code returned by the server.
Top
See Also