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 | Provides access to a collection of parameters that the UriJsonSource includes in requests to a JSON endpoint as custom HTTP headers. |
PathParameters | Provides access to a collection of parameters that the UriJsonSource adds to a JSON endpoint’s URI as path elements. |
QueryParameters | Provides access to a collection of parameters that the UriJsonSource passes to a JSON endpoint as HTTP request parameters. |
RootElement | Obsolete. 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