Class BaseProtocolHandlerConfiguration
Abstract Base Class for representing SPARQL Graph Store HTTP Protocol for Graph Management Handler configurations
Inheritance
System.Object
BaseProtocolHandlerConfiguration
Inherited Members
Namespace: VDS.RDF.Web.Configuration.Protocol
Assembly: dotNetRDF.Web.dll
Syntax
public abstract class BaseProtocolHandlerConfiguration : BaseHandlerConfiguration
Constructors
| Improve this Doc View SourceBaseProtocolHandlerConfiguration(IHttpContext, IGraph, INode)
Creates a new Protocol Handler Configuration
Declaration
public BaseProtocolHandlerConfiguration(IHttpContext context, IGraph g, INode objNode)
Parameters
Type | Name | Description |
---|---|---|
IHttpContext | context | HTTP Context |
IGraph | g | Configuration Graph |
INode | objNode | Object Node |
Fields
| Improve this Doc View Source_processor
Protocol processor
Declaration
protected ISparqlHttpProtocolProcessor _processor
Field Value
Type | Description |
---|---|
ISparqlHttpProtocolProcessor |
_serviceDescription
Service Description Graph
Declaration
protected IGraph _serviceDescription
Field Value
Type | Description |
---|---|
IGraph |
Properties
| Improve this Doc View SourceProcessor
Gets the SPARQL Graph Store HTTP Protocol for Graph Management processor which is to be used
Declaration
public ISparqlHttpProtocolProcessor Processor { get; }
Property Value
Type | Description |
---|---|
ISparqlHttpProtocolProcessor |
ServiceDescription
Gets the Service Description Graph
Declaration
public IGraph ServiceDescription { get; }
Property Value
Type | Description |
---|---|
IGraph |
Methods
| Improve this Doc View SourceAddFeatureDescription(IGraph, INode)
Adds Description of Features for the given Handler Configuration
Declaration
public virtual void AddFeatureDescription(IGraph g, INode descripNode)
Parameters
Type | Name | Description |
---|---|---|
IGraph | g | Service Description Graph |
INode | descripNode | Description Node for the Service |