MarkLogic XCC/.Net Library

ContentFetcher Members

ContentFetcher overview

Public Static (Shared) Methods

Main Command-line main() method to fetch a document.

Public Instance Constructors

ContentFetcher Constructor Construct an instance that may be used to fetch documents.

Public Instance Properties

RequestOptions Set (or clear) the RequestOptions instance to associate with submitted queries. Note: It's a good idea to set CachedResult=false. Since the data is being written straight out to a Stream there is no need to buffer the document first. Streaming will also accommodate arbitrarily large documents without running out of memory. Setting an options value of null will use defaults, which includes cached result mode.

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

ContentFetcher Class | Marklogic.Xcc.Examples Namespace