UriJsonSource Constructors
Associates a JsonDataSource object with JSON data retrieved from a web service endpoint or a text file.| Name | Parameters | Description |
|---|---|---|
| UriJsonSource() | none | Initializes a new instance of the UriJsonSource class with default parameters. |
| UriJsonSource(Uri) | uri | Initializes the UriJsonSource class’s instance and sets its Uri property to the passed value. |
See Also