connect
Signature
connect(connectParameters: IConnectParameters): Promise<IClient>
Establish a connection to a ContentGateway.
Returns Promise<IClient>
A promise resolving to a Client if the connection was successful or rejecting with a [[SystemError]] otherwise.
Also in this Section