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; }
Public Overrides Property HttpMode As String
Get
Set
Property Value
Type:
StringRemarks
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