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