Class UriInfo
Inheritance
System.Object
UriInfo
Assembly: Steeltoe.Connector.Abstractions.dll
Syntax
public class UriInfo : object
Constructors
|
Edit this page
View Source
UriInfo(String)
Declaration
public UriInfo(string uristring)
Parameters
Type |
Name |
Description |
System.String |
uristring |
|
|
Edit this page
View Source
UriInfo(String, String, Int32, String, String, String, String)
Declaration
public UriInfo(string scheme, string host, int port, string username, string password, string path = null, string query = null)
Parameters
Type |
Name |
Description |
System.String |
scheme |
|
System.String |
host |
|
System.Int32 |
port |
|
System.String |
username |
|
System.String |
password |
|
System.String |
path |
|
System.String |
query |
|
|
Edit this page
View Source
UriInfo(String, String, String)
Declaration
public UriInfo(string uristring, string username, string password)
Parameters
Type |
Name |
Description |
System.String |
uristring |
|
System.String |
username |
|
System.String |
password |
|
Properties
|
Edit this page
View Source
Host
Declaration
public string Host { get; protected set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Hosts
Declaration
public string[] Hosts { get; protected set; }
Property Value
Type |
Description |
System.String[] |
|
|
Edit this page
View Source
Password
Declaration
public string Password { get; protected set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Path
Declaration
public string Path { get; protected set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Port
Declaration
public int Port { get; protected set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Query
Declaration
public string Query { get; protected set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Scheme
Declaration
public string Scheme { get; protected set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Uri
Declaration
Property Value
|
Edit this page
View Source
UriString
Declaration
public string UriString { get; protected set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
UserName
Declaration
public string UserName { get; protected set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
ConvertJdbcToUri(ref String)
Declaration
protected void ConvertJdbcToUri(ref string uriString)
Parameters
Type |
Name |
Description |
System.String |
uriString |
|
|
Edit this page
View Source
GetPath(String)
Declaration
protected string GetPath(string pathAndQuery)
Parameters
Type |
Name |
Description |
System.String |
pathAndQuery |
|
Returns
Type |
Description |
System.String |
|
|
Edit this page
View Source
GetQuery(String)
Declaration
protected string GetQuery(string pathAndQuery)
Parameters
Type |
Name |
Description |
System.String |
pathAndQuery |
|
Returns
Type |
Description |
System.String |
|
|
Edit this page
View Source
GetUserInfo(String)
Declaration
protected string[] GetUserInfo(string userPass)
Parameters
Type |
Name |
Description |
System.String |
userPass |
|
Returns
Type |
Description |
System.String[] |
|
|
Edit this page
View Source
MakeUri(String)
Declaration
protected Uri MakeUri(string uriString)
Parameters
Type |
Name |
Description |
System.String |
uriString |
|
Returns
|
Edit this page
View Source
MakeUri(String, String, Int32, String, String, String, String)
Declaration
protected Uri MakeUri(string scheme, string host, int port, string username, string password, string path, string query)
Parameters
Type |
Name |
Description |
System.String |
scheme |
|
System.String |
host |
|
System.Int32 |
port |
|
System.String |
username |
|
System.String |
password |
|
System.String |
path |
|
System.String |
query |
|
Returns
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|