HttpClient Constructor (Uri, String, String) A Sandcastle Documented Class Library
Create a client using a specified base URL (for advanced use only - the default URL will work for all normal cases).

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

public HttpClient(
	Uri url,
	string apiKeyId,
	string apiPassword
)

Parameters

url
Type: SystemUri
API base URL
apiKeyId
Type: SystemString
API key identifier for authentication
apiPassword
Type: SystemString
API key password
See Also

Reference