Table of Contents

Class UriServiceInfo

Namespace
Steeltoe.CloudFoundry.Connector.Services
Assembly
Steeltoe.CloudFoundry.ConnectorBase.dll
public abstract class UriServiceInfo : ServiceInfo, IServiceInfo
Inheritance
UriServiceInfo
Implements
Derived
Inherited Members

Constructors

UriServiceInfo(string, string)

public UriServiceInfo(string id, string uriString)

Parameters

id string
uriString string

UriServiceInfo(string, string, string, int, string, string, string)

public UriServiceInfo(string id, string scheme, string host, int port, string username, string password, string path)

Parameters

id string
scheme string
host string
port int
username string
password string
path string

UriServiceInfo(string, string, string, string)

public UriServiceInfo(string id, string uriString, string username, string password)

Parameters

id string
uriString string
username string
password string

Properties

Host

public string Host { get; }

Property Value

string

Hosts

public string[] Hosts { get; }

Property Value

string[]

Info

public UriInfo Info { get; protected set; }

Property Value

UriInfo

Password

public string Password { get; }

Property Value

string

Path

public string Path { get; }

Property Value

string

Port

public int Port { get; }

Property Value

int

Query

public string Query { get; }

Property Value

string

Scheme

public string Scheme { get; }

Property Value

string

Uri

public string Uri { get; }

Property Value

string

UserName

public string UserName { get; }

Property Value

string