The ServiceClient constructor
The credentials used for authentication with the service.
The service client options that govern the behavior of the client.
If specified, this is the base URI that requests will be made against for this ServiceClient. If it is not specified, then all OperationSpecs must contain a baseUrl property.
The default request content type for the service. Used if no requestContentType is present on an OperationSpec.
Send an HTTP request that is populated using the provided OperationSpec.
The arguments that the HTTP request's templated values will be populated from.
The OperationSpec to use to populate the httpRequest.
The callback to call when the response is received.
Send the provided httpRequest.
Generated using TypeDoc
Initializes a new instance of the ServiceClient.