UriLoaderLoad Method (IRdfHandler, Uri) |
Namespace: VDS.RDF.Parsing
Attempts to select the relevant Parser based on the Content Type header returned in the HTTP Response.
If you know ahead of time the Content Type you can just open a HTTP Stream yourself and pass it to an instance of the correct Parser.
In the event that the URI is a File URI the FileLoader will be used instead. If the URI is a Data URI then the DataUriLoader will be used instead.