ClientConnection
Represents the connection options for a client.
Gets the credential.
Gets the kind of connection used by the client.
Gets the connection identifier.
This is either URI, name, or something similar.
public ClientConnection(string id, string locator, object credential, CredentialKind credentialKind)
Initializes a new instance of the ClientConnection struct with a token credential.
Initializes a new instance of the ClientConnection struct with a with no authentication.
Tries to convert the connection locator to a URI.