Click or drag to resize
IDebugWebAPIProvider Interface
Describes methods for sending HTTP requests and receiving HTTP responses from live site debug resources identified by a URI.

Namespace: CMS.Base.Web.UI.Internal
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax
C#
public interface IDebugWebAPIProvider

The IDebugWebAPIProvider type exposes the following members.

Methods
  NameDescription
Public methodGetDebugItemsAsyncT
Returns asynchronously result of type T from live site debug API endpoint specified by URI in parameter requestUri. User from parameter userInfo is ment to be used for the API call authentication.
Top
Remarks
This API supports the framework infrastructure and is not intended to be used directly from your code.
See Also