Class UriServiceInfo
Inheritance
System.Object
UriServiceInfo
Assembly: Steeltoe.Connector.Abstractions.dll
Syntax
public abstract class UriServiceInfo : ServiceInfo, IServiceInfo
Constructors
|
Edit this page
View Source
UriServiceInfo(String, String)
Declaration
public UriServiceInfo(string id, string uriString)
Parameters
Type |
Name |
Description |
System.String |
id |
|
System.String |
uriString |
|
|
Edit this page
View Source
UriServiceInfo(String, String, String, Int32, String, String, String)
Declaration
public UriServiceInfo(string id, string scheme, string host, int port, string username, string password, string path)
Parameters
Type |
Name |
Description |
System.String |
id |
|
System.String |
scheme |
|
System.String |
host |
|
System.Int32 |
port |
|
System.String |
username |
|
System.String |
password |
|
System.String |
path |
|
|
Edit this page
View Source
UriServiceInfo(String, String, String, String)
Declaration
public UriServiceInfo(string id, string uriString, string username, string password)
Parameters
Type |
Name |
Description |
System.String |
id |
|
System.String |
uriString |
|
System.String |
username |
|
System.String |
password |
|
Properties
|
Edit this page
View Source
Host
Declaration
public string Host { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Hosts
Declaration
public string[] Hosts { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Edit this page
View Source
Info
Declaration
public UriInfo Info { get; protected set; }
Property Value
|
Edit this page
View Source
Password
Declaration
public string Password { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Path
Declaration
public string Path { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Port
Declaration
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Query
Declaration
public string Query { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Scheme
Declaration
public string Scheme { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Uri
Declaration
public string Uri { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
UserName
Declaration
public string UserName { get; }
Property Value
Type |
Description |
System.String |
|
Implements