Click or drag to resize

BaseProtocolProcessorParsePayload Method

Gets the Graph which can be parsed from the request body.

Namespace:  VDS.RDF.Update.Protocol
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected IGraph ParsePayload(
	IHttpContext context
)

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