HttpDataSet.Url Property
Gets or sets the URL of the web service instance that the dataset should connect to.
Syntax
public System.String Url { get; set; }
Property Value
Default: Must be specified in constructor.
The URL of the web service instance that the dataset should connect to.
Remarks
This URL identifies a web service that handles requests but does not include any other parameters.
The MvtDataSet may ignore this property if a local MBTiles file is specified with its MvtDataSet.Path and MvtDataSet.FileName properties.
Platforms
Windows, Linux, Android