Click or drag to resize

BaseProtocolProcessorGetGraph Method

Retrieves the Graph with the given URI.

Namespace:  VDS.RDF.Update.Protocol
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected abstract IGraph GetGraph(
	Uri graphUri
)

Parameters

graphUri
Type: SystemUri
Graph URI.

Return Value

Type: IGraph

[Missing <returns> documentation for "M:VDS.RDF.Update.Protocol.BaseProtocolProcessor.GetGraph(System.Uri)"]

Remarks

Helper method intended for use by the ProcessGet() and ProcessHead() methods.

See Also