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