Default |
The DefaultDocumentLoader type exposes the following members.
Name | Description | |
---|---|---|
![]() | DefaultDocumentLoader | Initializes a new DefaultDocumentLoader instance. |
Name | Description | |
---|---|---|
![]() | MaxCacheSize |
Gets or sets the maximum size of the document loader's cache.
(Overrides DocumentLoader.MaxCacheSize) |
Name | Description | |
---|---|---|
![]() | CacheDocument |
Stores a document in the cache.
(Overrides DocumentLoader.CacheDocument(Document, Boolean)) |
![]() | DiscardCachedDocuments |
Discards all cached documents.
(Overrides DocumentLoader.DiscardCachedDocuments()) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() | GetCachedDocument |
Searches for a cached document by URI.
(Overrides DocumentLoader.GetCachedDocument(Uri)) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | LoadDocument |
Loads a document.
(Inherited from DocumentLoader) |
![]() | LoadDocumentAsync |
Loads a document asynchronously.
(Overrides DocumentLoader.LoadDocumentAsync(DocumentSettings, Nullable<DocumentInfo>, String, DocumentCategory, DocumentContextCallback)) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |