terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
UriBuilder (Uri uri) | |
override bool | Equals (object rparam) |
override int | GetHashCode () |
override string | ToString () |
Properties | |
string | Path [set] |
string | Query [set] |
Uri | Uri [get, set] |
Private Member Functions | |
void | Init (Uri uri) |
void | SetFieldsFromUri (Uri uri) |
Private Attributes | |
bool | _changed |
string | _fragment |
string | _host |
string | _password |
string | _path |
int | _port |
string | _query |
string | _scheme |
string | _schemeDelimiter |
Uri | _uri |
string | _username |
Definition at line 9 of file UriBuilder.cs.