ISparqlHttpProtocolProcessorProcessPostCreate Method  | 
 
            Processes a POST operation which adds triples to a new Graph in the Store and returns the URI of the newly created Graph.
            
 
    Namespace: 
   VDS.RDF.Update.Protocol
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxvoid ProcessPostCreate(
	IHttpContext context
)
Sub ProcessPostCreate ( 
	context As IHttpContext
)
Parameters
- context
 - Type: VDS.RDF.WebIHttpContext
HTTP Context. 
Remarks
            This operation allows clients to POST data to an endpoint and have it create a Graph and assign a URI for them.
            
See Also