Click or drag to resize

GenericProtocolProcessorProcessPut Method

Processes a PUT operation.

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

Parameters

context
Type: VDS.RDF.WebIHttpContext
HTTP Context.

Implements

ISparqlHttpProtocolProcessorProcessPut(IHttpContext)
Remarks

Warning: If the underlying IStorageProvider is read-only then this operation returns a 403 Forbidden.

Implemented by calling SaveGraph() on the underlying manager.

See Also