BaseProtocolProcessorSendResultsToClient 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.WebIHttpContext
HTTP Context. - g
 - Type: VDS.RDFIGraph
Graph to send. 
See Also