Click or drag to resize

BaseProtocolProcessorSendResultsToClient Method

Sends the given Graph to the Client via the HTTP Response.

Namespace:  VDS.RDF.Update.Protocol
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected void SendResultsToClient(
	IHttpContext context,
	IGraph g
)

Parameters

context
Type: VDS.RDF.WebIHttpContext
HTTP Context.
g
Type: VDS.RDFIGraph
Graph to send.
See Also