Response Class

A helper object that can be used inside a Generic Web data provider scripts.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataProvidersResponse

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.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