RepositoryConnection

To access services and applications, you often require the connection to a central repository. Variables of the type RepositoryConnection store such connections. To initialize them, use functions such as CreateRepositoryConnection().

RepositoryConnection rep = CreateRepositoryConnection(
	"repository",
	"project",
	"user",
	"password"
);