SparqlRemoteUpdateEndpoint Constructor (Uri) | 
 
            Creates a new SPARQL Update Endpoint for the given URI.
            
 
    Namespace: 
   VDS.RDF.Update
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic SparqlRemoteUpdateEndpoint(
	Uri endpointUri
)
Public Sub New ( 
	endpointUri As Uri
)
Parameters
- endpointUri
 - Type: SystemUri
Endpoint URI. 
See Also