ISparqlHttpProtocolProcessorProcessPut 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
)
Sub ProcessPut (
context As IHttpContext
)
Parameters
- context
- Type: VDS.RDF.WebIHttpContext
HTTP Context.
See Also