ClientConnectionProvider.GetConnection(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the connection settings associated with a given connection ID.
public abstract System.ClientModel.Primitives.ClientConnection GetConnection(string connectionId);
abstract member GetConnection : string -> System.ClientModel.Primitives.ClientConnection
Public MustOverride Function GetConnection (connectionId As String) As ClientConnection
Parameters
- connectionId
- String
The unique identifier for the connection.
Returns
The ClientConnection instance containing authentication and endpoint details.