Open this page in the API Guide

Request Class

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

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 Request

The Request type exposes the following members.

Constructors
  NameDescription
Public methodRequest()
Initializes a new instance of the Request class.
Public methodRequest(String)
Initializes a new instance of the Request class. clientName
Top
Properties
  NameDescription
Public propertyHeaders
Gets the headers.
Public propertyTimeoutSeconds
Gets or sets the timeout in seconds.
Public propertyUri
Gets or sets the URI.
Top
Methods
  NameDescription
Public methodExecuteDelete
Execute HTTP DELETE request.
Public methodExecuteGet
Execute HTTP GET request.
Public methodExecutePost
Execute HTTP POST request.
Public methodExecutePut
Execute HTTP PUT request.
Top
See Also