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