BaseProtocolProcessorResolveGraphUri Method (IHttpContext) |
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
)
Protected Function ResolveGraphUri (
context As IHttpContext
) As Uri
Parameters
- context
- Type: VDS.RDF.WebIHttpContext
HTTP Context.
Return Value
Type:
Uri[Missing <returns> documentation for "M:VDS.RDF.Update.Protocol.BaseProtocolProcessor.ResolveGraphUri(VDS.RDF.Web.IHttpContext)"]
See Also