Table of Contents

Class Connection

Namespace
Steeltoe.Connector
Assembly
Steeltoe.Connector.Abstractions.dll
public class Connection
Inheritance
Connection
Inherited Members

Constructors

Connection(string, string, IServiceInfo)

public Connection(string connectionString, string serviceType, IServiceInfo serviceInfo)

Parameters

connectionString string
serviceType string
serviceInfo IServiceInfo

Properties

ConnectionString

Gets or sets the connection string for this connection

public string ConnectionString { get; set; }

Property Value

string

Name

Gets or sets the name of this connection

public string Name { get; set; }

Property Value

string

Properties

Gets a list of additional properties for this connection

public Dictionary<string, string> Properties { get; }

Property Value

Dictionary<string, string>