Click or drag to resize

FederatedSparqlRemoteEndpoint.AddEndpoint 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: System.Uri
Endpoint URI.
See Also