Click or drag to resize
HttpResourceProvider Class
Provides access to HTTP resources.
Inheritance Hierarchy
SystemObject
  CMS.DataComHttpResourceProvider

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

The HttpResourceProvider type exposes the following members.

Constructors
  NameDescription
Public methodHttpResourceProvider
Top
Properties
  NameDescription
Public propertyTimeout
Gets or sets the request timeout.
Top
Methods
  NameDescription
Public methodGetResource
Retrieves the resource with the specified URL, and returns it.
Top
See Also