Class UriServiceInfo
public abstract class UriServiceInfo : ServiceInfo, IServiceInfo
- Inheritance
-
UriServiceInfo
- Implements
- Derived
- Inherited Members
Constructors
UriServiceInfo(string, string)
public UriServiceInfo(string id, string uriString)
Parameters
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
UriServiceInfo(string, string, string, string)
public UriServiceInfo(string id, string uriString, string username, string password)
Parameters
Properties
Host
public string Host { get; }
Property Value
Hosts
public string[] Hosts { get; }
Property Value
- string[]
Info
public UriInfo Info { get; protected set; }
Property Value
Password
public string Password { get; }
Property Value
Path
public string Path { get; }
Property Value
Port
public int Port { get; }
Property Value
Query
public string Query { get; }
Property Value
Scheme
public string Scheme { get; }
Property Value
Uri
public string Uri { get; }
Property Value
UserName
public string UserName { get; }