Class ProtocolHandlerConfiguration
A basic Protocol Handler Configuration implentation
Inheritance
System.Object
ProtocolHandlerConfiguration
Inherited Members
Namespace: VDS.RDF.Web.Configuration.Protocol
Assembly: dotNetRDF.Web.dll
Syntax
public class ProtocolHandlerConfiguration : BaseProtocolHandlerConfiguration
Constructors
| Improve this Doc View SourceProtocolHandlerConfiguration(IHttpContext, IGraph, INode)
Creates a new Protocol Handler Configuration
Declaration
public ProtocolHandlerConfiguration(IHttpContext context, IGraph g, INode objNode)
Parameters
| Type | Name | Description |
|---|---|---|
| IHttpContext | context | HTTP Context |
| IGraph | g | Configuration Graph |
| INode | objNode | Object Node |