Class UriInfo
public class UriInfo
- Inheritance
-
UriInfo
- Inherited Members
Constructors
UriInfo(string)
public UriInfo(string uristring)
Parameters
uristring
string
UriInfo(string, string, int, string, string, string, string)
public UriInfo(string scheme, string host, int port, string username, string password, string path = null, string query = null)
Parameters
UriInfo(string, string, string)
public UriInfo(string uristring, string username, string password)
Parameters
Properties
Host
public string Host { get; protected set; }
Property Value
Hosts
public string[] Hosts { get; protected set; }
Property Value
- string[]
Password
public string Password { get; protected set; }
Property Value
Path
public string Path { get; protected set; }
Property Value
Port
public int Port { get; protected set; }
Property Value
Query
public string Query { get; protected set; }
Property Value
Scheme
public string Scheme { get; protected set; }
Property Value
Uri
public Uri Uri { get; }
Property Value
UriString
public string UriString { get; protected set; }
Property Value
UserName
public string UserName { get; protected set; }
Property Value
Methods
ConvertJdbcToUri(ref string)
protected void ConvertJdbcToUri(ref string uriString)
Parameters
uriString
string
GetPath(string)
protected string GetPath(string pathAndQuery)
Parameters
pathAndQuery
string
Returns
GetQuery(string)
protected string GetQuery(string pathAndQuery)
Parameters
pathAndQuery
string
Returns
GetUserInfo(string)
protected string[] GetUserInfo(string userPass)
Parameters
userPass
string
Returns
- string[]
MakeUri(string)
protected Uri MakeUri(string uriString)
Parameters
uriString
string
Returns
MakeUri(string, string, int, string, string, string, string)
protected Uri MakeUri(string scheme, string host, int port, string username, string password, string path, string query)
Parameters
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.