Click or drag to resize

AnalyzerApiClient Constructor (IApiClientTransport)

Creates an instance of AnalyzerApiClient using the provided transport layer and the default JSON serialization.

Namespace:  ArangoDBNetStandard.AnalyzerApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public AnalyzerApiClient(
	IApiClientTransport client
)

Parameters

client
Type: ArangoDBNetStandard.TransportIApiClientTransport
Transport client that the API client will use to communicate with ArangoDB
See Also