ISparqlHttpProtocolProcessor.ProcessGet Method |
Processes a GET operation which should retrieve a Graph from the Store and return it.
Namespace:
VDS.RDF.Update.Protocol
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxvoid ProcessGet(
IHttpContext context
)
Sub ProcessGet (
context As IHttpContext
)
Parameters
- context
- Type: VDS.RDF.Web.IHttpContext
HTTP Context.
See Also