HttpClient Constructor (String, String) A Sandcastle Documented Class Library
Create a client that uses the {@link #DEFAULT_BASE_URL default base URL}.

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

public HttpClient(
	string apiKeyId,
	string apiPassword
)

Parameters

apiKeyId
Type: SystemString
API key identifier for authentication
apiPassword
Type: SystemString
API key password
See Also

Reference