Click or drag to resize

BaseProtocolProcessorProcessPostCreate Method

Processes a POST operation which adds triples to a new Graph in the Store and returns the URI of the newly created Graph.

Namespace:  VDS.RDF.Update.Protocol
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public abstract void ProcessPostCreate(
	IHttpContext context
)

Parameters

context
Type: VDS.RDF.WebIHttpContext
HTTP Context.

Implements

ISparqlHttpProtocolProcessorProcessPostCreate(IHttpContext)
Remarks

This operation allows clients to POST data to an endpoint and have it create a Graph and assign a URI for them.

See Also