Class RemoteContextProvider
Default remote context provider implementation.
Inheritance
System.Object
RemoteContextProvider
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.JsonLd
Assembly: dotNetRDF.dll
Syntax
public class RemoteContextProvider : IRemoteContextProvider
Constructors
| Improve this Doc View SourceRemoteContextProvider(JsonLdProcessorOptions)
Create a new provider instance configured using the specified options.
Declaration
public RemoteContextProvider(JsonLdProcessorOptions options)
Parameters
Type | Name | Description |
---|---|---|
JsonLdProcessorOptions | options |
Methods
| Improve this Doc View SourceGetRemoteContext(Uri)
Retrieve a JSON-LD context document from the specified URL.
Declaration
public JsonLdRemoteContext GetRemoteContext(Uri reference)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | reference | The location of the remote context to be retrieved. |
Returns
Type | Description |
---|---|
JsonLdRemoteContext |