Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
SetHost ( string n ) : |
Return a new URI matching this one, but with a different host.
|
|
SetPass ( string n ) : |
Return a new URI matching this one, but with a different password.
|
|
SetPath ( string n ) : |
Return a new URI matching this one, but with a different path.
|
|
SetPort ( int n ) : |
Return a new URI matching this one, but with a different port.
|
|
SetScheme ( string n ) : |
Return a new URI matching this one, but with a different scheme.
|
|
SetUser ( string n ) : |
Return a new URI matching this one, but with a different user.
|
|
ToPrivateString ( ) : string |
Obtain the string form of the URI, with the password included.
|
|
ToString ( ) : string | ||
URIish ( ) : System |
Create an empty, non-configured URI.
|
|
URIish ( |
Construct a URIish from a standard URL.
|
|
URIish ( string s ) : System |
Parse and construct an URIish from a string
|
Method | Description | |
---|---|---|
Eq ( string a, string b ) : bool | ||
Format ( bool includePassword ) : string | ||
URIish ( |
||
system ( ) : SystemReader |
public SetHost ( string n ) : |
||
n | string | the new value for host. |
return |
public SetPass ( string n ) : |
||
n | string | the new value for password. |
return |
public SetPath ( string n ) : |
||
n | string | the new value for path. |
return |
public SetPort ( int n ) : |
||
n | int | The new value for port. |
return |
public SetScheme ( string n ) : |
||
n | string | the new value for scheme. |
return |
public SetUser ( string n ) : |
||
n | string | the new value for user. |
return |
public URIish ( |
||
u | The source URL to convert from. | |
return | System |