Class QueryHandlerConfiguration
Basic implementation of a Query Handler Configuration
Inheritance
System.Object
QueryHandlerConfiguration
Inherited Members
Namespace: VDS.RDF.Web.Configuration.Query
Assembly: dotNetRDF.Web.dll
Syntax
public class QueryHandlerConfiguration : BaseQueryHandlerConfiguration
Constructors
| Improve this Doc View SourceQueryHandlerConfiguration(IGraph, INode)
Creates a new Query Handler Configuration
Declaration
public QueryHandlerConfiguration(IGraph g, INode objNode)
Parameters
| Type | Name | Description |
|---|---|---|
| IGraph | g | Configuration Graph |
| INode | objNode | Object Node |
QueryHandlerConfiguration(IHttpContext, IGraph, INode)
Creates a new Query Handler Configuration
Declaration
public QueryHandlerConfiguration(IHttpContext context, IGraph g, INode objNode)
Parameters
| Type | Name | Description |
|---|---|---|
| IHttpContext | context | HTTP Context |
| IGraph | g | Configuration Graph |
| INode | objNode | Object Node |