List & Label .NET
combit.Reporting.DataProviders Namespace / RestDataProvider Class
Properties Methods Events

In This Topic
    RestDataProvider Class Members
    In This Topic

    The following tables list the members exposed by RestDataProvider.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyTimeout value for the connection (in seconds).  
    Public Property

    List of http headers that should be used for the request.

     
    Public Property

    The OAuth 2.0 connection details to be used for making authenticated web-requests to the Url.

     
    Public Property

    The root table name that should be used as RootTableName, if it is not null or string.empty (only for JSON results).

     
    Public Property

    The URL to use for retrieving data.

     
    Top
    Public Methods
     NameDescription
    Public Method  
    Public Method  
    Top
    Public Events
     NameDescription
    Public Event

    Event fired when OAuth 2.0 tokens are changed due to a token refresh. Use this event to update the stored refresh token with the new value.

     
    Top
    See Also