Title here
Summary here
Reads data from a xml source. This can be any http resource or a file. By default, data is pulled via httpclient. Use the ResourceType property to read data from a file.
XmlSource<POCO> source = new XmlSource<POCO>("https://test.com");
Type | Name | Description |
---|---|---|
string | uri |
Type | Name | Description |
---|---|---|
string | uri | |
ResourceType | resourceType |