DataRequest Methods |
The DataRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() | addStringParameter(String, String) |
Add a parameter to the request. If request already has parameter by that name, changes the parameter's value
Parameter names are case-insensitive
|
![]() | addStringParameter(String, String, Boolean) |
Add a parameter to the request. If request already has parameter by that name, changes the parameter's value
Parameter names are case-insensitive
|
![]() | addStringParameterIfNotCurrentlyPresent |
Add a parameter to the request only if it is already not in the request.
Parameter names are case-insensitive
|
![]() | Equals | (Inherited from Object.) |
![]() | ErrorOnFetch | |
![]() | Fetch | |
![]() | getDataTable | |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetNumberOfTries | |
![]() | getParameterList |
Returns parameters in this data request, as a Dictionary
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ReceiveData | |
![]() | Retry | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |