S4ServiceClient Constructor (Uri, String, String) A Sandcastle Documented Class Library
Construct a
S4ServiceClient
accessing a specific processing pipeline on the s4.ontotext.com platform using the given credentials.

Namespace: Ontotext.S4.service
Assembly: S4ClientLibrary (in S4ClientLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public S4ServiceClient(
	Uri endpoint,
	string apiKeyId,
	string apiPassword
)

Parameters

endpoint
Type: SystemUri
the URL of the pipeline which will be used for processing
apiKeyId
Type: SystemString
apiKeyId API key ID for authentication
apiPassword
Type: SystemString
corresponding password
See Also

Reference