Class RVWebResourceDataSource
Web resource data source, used to download files from HTTP URL's using GET method. See RVRESTDataSource to use other HTTP methods or to customize parameters, headers and body to sent.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public class RVWebResourceDataSource : RVDashboardDataSource
Constructors
RVWebResourceDataSource()
Declaration
public RVWebResourceDataSource()
Properties
Url
URL to the web resource, is expected to be a URL with HTTP or HTTPS scheme.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UseAnonymousAuthentication
Boolean flag indicating if anonymous authentication should be used for this data source or credentials must be requested to the containing application.
Declaration
public bool UseAnonymousAuthentication { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |