dotNetRDF API Documentation

UriLoader Members

UriLoader overview

Public Static Properties

Cache Gets/Sets the Cache that is in use
CacheDirectory Gets/Sets the Directory used for caching Graphs loaded from URIs
CacheDuration Gets/Sets the amount of time Graphs are cached for
UserAgent Gets/Sets an optional User Agent string that will be appended to HTTP Requests

Public Static Methods

IsCached Determines whether the RDF behind the given URI is cached
LoadOverloaded. Attempts to load a RDF Graph from a URI asynchronously
LoadDatasetOverloaded. Attempts to load a RDF dataset asynchronously from the given URI using a RDF Handler

Public Static Events

StoreWarning Event which is raised when a store parser that is invoked by the UriLoader notices a non-fatal issue with the RDF dataset syntax
Warning Event which is raised when a parser that is invoked by the UriLoader notices a non-fatal issue with the RDF syntax

Public Instance Methods

Equals (inherited from Object)
GetHashCode (inherited from Object)
GetType (inherited from Object)
ToString (inherited from Object)

Protected Instance Methods

Finalize (inherited from Object)
MemberwiseClone (inherited from Object)

See Also

UriLoader Class | VDS.RDF.Parsing Namespace