RemoteUpdateProcessor Constructor (Uri) |
Creates a new Remote Update Processor.
Namespace:
VDS.RDF.Update
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic RemoteUpdateProcessor(
Uri endpointUri
)
Public Sub New (
endpointUri As Uri
)
Parameters
- endpointUri
- Type: System.Uri
Endpoint URI.
See Also