Click or drag to resize

ISparqlHttpProtocolProcessor.ProcessPut Method

Processes a PUT operation which should save a Graph to the Store completely replacing any existing Graph with the same URI.

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

Parameters

context
Type: VDS.RDF.Web.IHttpContext
HTTP Context.
See Also