Class SparqlServerConfiguration
Concrete implementation of a Handler Configuration for SPARQL Servers
Inheritance
System.Object
SparqlServerConfiguration
Inherited Members
Namespace: VDS.RDF.Web.Configuration.Server
Assembly: dotNetRDF.Web.dll
Syntax
public class SparqlServerConfiguration : BaseSparqlServerConfiguration
Constructors
| Improve this Doc View SourceSparqlServerConfiguration(IGraph, INode)
Creates a new SPARQL Server Configuration from information in a Configuration Graph
Declaration
public SparqlServerConfiguration(IGraph g, INode objNode)
Parameters
| Type | Name | Description |
|---|---|---|
| IGraph | g | Configuration Graph |
| INode | objNode | Object Node |
SparqlServerConfiguration(IHttpContext, IGraph, INode)
Creates a new SPARQL Server Configuration from information in a Configuration Graph
Declaration
public SparqlServerConfiguration(IHttpContext context, IGraph g, INode objNode)
Parameters
| Type | Name | Description |
|---|---|---|
| IHttpContext | context | HTTP Context |
| IGraph | g | Configuration Graph |
| INode | objNode | Object Node |