BaseProtocolProcessor.SendResultsToClient Method |
Sends the given Graph to the Client via the HTTP Response.
Namespace:
VDS.RDF.Update.Protocol
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxprotected void SendResultsToClient(
IHttpContext context,
IGraph g
)
Protected Sub SendResultsToClient (
context As IHttpContext,
g As IGraph
)
Parameters
- context
- Type: VDS.RDF.Web.IHttpContext
HTTP Context. - g
- Type: VDS.RDF.IGraph
Graph to send.
See Also