UriLoaderLoadDataset Method (IRdfHandler, Uri, RdfHandlerCallback, Object) |
Namespace: VDS.RDF.Parsing
public static void LoadDataset( IRdfHandler handler, Uri u, RdfHandlerCallback callback, Object state )
Attempts to select the relevant Store Parser based on the Content Type header returned in the HTTP Response.
If the loading completes normally the callback will be invoked normally, if an error occurs it will be invoked and passed an instance of AsyncError as the state which contains details of the error and the original state.