Click or drag to resize

GenericProtocolProcessor.ProcessPut 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.Web.IHttpContext
HTTP Context.

Implements

ISparqlHttpProtocolProcessor.ProcessPut(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