Свойство | Тип | Описание | |
---|---|---|---|
m_defVal | Uri |
Метод | Описание | |
---|---|---|
@typeof ( ) : Type | ||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
auth ( ) : string | ||
basename ( ) : string | ||
checkName ( string name ) : void | ||
decode ( string s ) : Uri | ||
decode ( string s, bool check ) : Uri | ||
decodeQuery ( string s ) : |
||
encode ( ) : string | ||
encode ( |
||
encodeQuery ( |
||
ext ( ) : string | ||
frag ( ) : string | ||
fromStr ( string s ) : Uri | ||
fromStr ( string s, bool check ) : Uri | ||
get ( ) : object | ||
get ( object @base ) : object | ||
get ( object @base, bool check ) : object | ||
getRange ( |
||
getRangeToPathAbs ( |
||
hash ( ) : long | ||
host ( ) : string | ||
isAbs ( ) : bool | ||
isDir ( ) : bool | ||
isName ( string name ) : bool | ||
isPathAbs ( ) : bool | ||
isPathOnly ( ) : bool | ||
isRel ( ) : bool | ||
mimeType ( ) : |
||
name ( ) : string | ||
parent ( ) : Uri | ||
path ( ) : |
||
path ( int depth ) : string | ||
pathOnly ( ) : Uri | ||
pathStr ( ) : string | ||
plus ( Uri r ) : Uri | ||
plusName ( string name ) : Uri | ||
plusName ( string name, bool asDir ) : Uri | ||
plusQuery ( |
||
plusSlash ( ) : Uri | ||
port ( ) : Long | ||
query ( ) : |
||
queryStr ( ) : string | ||
relTo ( Uri baseUri ) : Uri | ||
relToAuth ( ) : Uri | ||
scheme ( ) : string | ||
toCode ( ) : string | ||
toFile ( ) : |
||
toLocale ( ) : string | ||
toStr ( ) : string | ||
userInfo ( ) : string |
Метод | Описание | |
---|---|---|
Uri ( ) : System | ||
Uri ( Sections x ) : System | ||
appendQueryStr ( StringBuilder buf, string str ) : void | ||
emptyPath ( ) : |
||
emptyQuery ( ) : |
||
encodeQueryStr ( StringBuilder buf, string str ) : void | ||
err ( string msg ) : |
||
hexNibble ( int ch ) : int | ||
isScheme ( int c ) : bool | ||
isUpper ( int c ) : bool | ||
merge ( Sections t, Uri baseUri, Uri r ) : void | ||
percentEncodeByte ( StringBuilder buf, int c ) : void | ||
percentEncodeChar ( StringBuilder buf, int c ) : void | ||
slice ( |
||
toPathStr ( bool isAbs, |
||
toSection ( int section ) : string |
public static checkName ( string name ) : void | ||
name | string | |
Результат | void |
public static decode ( string s, bool check ) : Uri | ||
s | string | |
check | bool | |
Результат | Uri |
public static decodeQuery ( string s ) : |
||
s | string | |
Результат |
public encode ( |
||
@out | ||
Результат | void |
public static encodeQuery ( |
||
map | ||
Результат | string |
public static fromStr ( string s ) : Uri | ||
s | string | |
Результат | Uri |
public static fromStr ( string s, bool check ) : Uri | ||
s | string | |
check | bool | |
Результат | Uri |
public get ( object @base, bool check ) : object | ||
@base | object | |
check | bool | |
Результат | object |
public getRangeToPathAbs ( |
||
range | ||
Результат | Uri |
public static isName ( string name ) : bool | ||
name | string | |
Результат | bool |
public plusName ( string name, bool asDir ) : Uri | ||
name | string | |
asDir | bool | |
Результат | Uri |