Click or drag to resize

SparqlRemoteUpdateEndpointHttpMode Property

Gets/Sets the HTTP Method used for requests.

Namespace:  VDS.RDF.Update
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override string HttpMode { get; set; }

Property Value

Type: String
Remarks
The SPARQL 1.1 Protocol specification mandates that Update requests may only be POSTed, attempting to alter the HTTP Mode to anything other than POST will result in a SparqlUpdateException.
See Also