BaseProtocolProcessorResolveGraphUri Method (IHttpContext, IGraph) |
Gets the Graph URI that the request should affect.
Namespace:
VDS.RDF.Update.Protocol
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected Uri ResolveGraphUri(
IHttpContext context,
IGraph g
)
Protected Function ResolveGraphUri (
context As IHttpContext,
g As IGraph
) As Uri
Parameters
- context
- Type: VDS.RDF.WebIHttpContext
HTTP Context. - g
- Type: VDS.RDFIGraph
Graph parsed from the request body.
Return Value
Type:
Uri[Missing <returns> documentation for "M:VDS.RDF.Update.Protocol.BaseProtocolProcessor.ResolveGraphUri(VDS.RDF.Web.IHttpContext,VDS.RDF.IGraph)"]
Remarks
The Graph parameter may be null in which case the other overload of this method will be invoked.
See Also