.NET API 39,784 bytes
UriBuilder
public string Host {
get;
set; }
public string Path {
get;
set; }
public int Port {
get;
set; }
public string Query {
get;
set; }
public string Scheme {
get;
set; }
public UriBuilder(
string schemeName,
string hostName)
public UriBuilder(
string scheme,
string host,
int portNumber)
public UriBuilder(
string scheme,
string host,
int port,
string pathValue)
public UriBuilder(
string scheme,
string host,
int port,
string path,
string extraValue)