UriLoaderLoad Method (IRdfHandler, Uri, RdfHandlerCallback, Object) |
Namespace: VDS.RDF.Parsing
public static void Load( IRdfHandler handler, Uri u, RdfHandlerCallback callback, Object state )
Attempts to autodetect the RDF format based on the Content-Type header of 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.