Open this page in the API Guide

Response Class

A helper object that can be used inside a Generic Web data provider scripts.
Inheritance Hierarchy
System.Object
  Dundas.BI.Data.DataProviders.Response

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public class Response

The Response type exposes the following members.

Properties
  NameDescription
Public propertyContent
Gets or sets the response content.
Public propertyHeaders
Gets the headers.
Public propertyIsLastPage
Gets or sets a value indicating whether this response is a last page.
Public propertyStatusCode
Gets the status code.
Top
See Also