Click or drag to resize
IHttpResourceProvider Interface
Provides access to HTTP resources.

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

The IHttpResourceProvider type exposes the following members.

Methods
  NameDescription
Public methodGetResource
Retrieves the resource with the specified URL, and returns it.
Top
See Also