Skip to main content
A newer version of this page is available. .

UriJsonSource Properties

Associates a JsonDataSource object with JSON data retrieved from a web service endpoint or a text file.
Name Description
AuthenticationInfo Specifies the Basic authentication parameters that the associated web service endpoint requests.
HeaderParameters Specifies the header parameters that the UriJsonSource includes into the JSON data request.
QueryParameters Specifies the query parameters that the UriJsonSource includes into the JSON data request.
RootElement Gets or sets the name of the root element in the associated data source. Inherited from JsonSourceBase.
Uri Gets or sets the System.Uri object that points to a URI or text file with JSON data.
See Also