remote_new


Description:

public static Connection remote_new (string uri_base)

Creates a connection to a remote HTTP SPARQL endpoint.

The connection is made using the libsoup HTTP library. The connection will normally use the `https://` or `http://` protocols.

Parameters:

uri_base

Base URI of the remote connection

Returns:

a new remote `TrackerSparqlConnection`.