RemoteContextProvider Constructor  | 
 
            Create a new provider instance configured using the specified options.
            
 
    Namespace: 
   VDS.RDF.JsonLd
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic RemoteContextProvider(
	JsonLdProcessorOptions options
)
Public Sub New ( 
	options As JsonLdProcessorOptions
)
Parameters
- options
 - Type: VDS.RDF.JsonLdJsonLdProcessorOptions
[Missing <param name="options"/> documentation for "M:VDS.RDF.JsonLd.RemoteContextProvider.#ctor(VDS.RDF.JsonLd.JsonLdProcessorOptions)"]
 
See Also