Click or drag to resize

FederatedSparqlRemoteEndpointAddEndpoint Method (Uri)

Adds an additional endpoint to be used by this endpoint.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void AddEndpoint(
	Uri endpointUri
)

Parameters

endpointUri
Type: SystemUri
Endpoint URI.
See Also