BaseProtocolProcessorParsePayload Method  | 
 
            Gets the Graph which can be parsed from the request body.
            
 
    Namespace: 
   VDS.RDF.Update.Protocol
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxprotected IGraph ParsePayload(
	IHttpContext context
)
Protected Function ParsePayload ( 
	context As IHttpContext
) As IGraph
Parameters
- context
 - Type: VDS.RDF.WebIHttpContext
HTTP Context. 
Return Value
Type: 
IGraph[Missing <returns> documentation for "M:VDS.RDF.Update.Protocol.BaseProtocolProcessor.ParsePayload(VDS.RDF.Web.IHttpContext)"]
Remarks
            In the event that there is no request body a null will be returned.
            
See Also