terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ UriBuilder()

System.UriBuilder.UriBuilder ( global::System::Uri uri)
inline

Definition at line 9 of file UriBuilder.cs.

10 {
11 do
12 {
13 this._changed = true;
14 this._host = "localhost";
15 this._path = "/";
16 this._scheme = "http";
17 if ("http" == null)
18 {
19 }
20 this._schemeDelimiter = "http";
21 base..ctor();
22 }
23 while (uri == null);
24 this.Init(uri);
25 }
class f__AnonymousType0<< Count > j__TPar
void Init(global::System.Uri uri)
Definition UriBuilder.cs:28

References System.UriBuilder.Init(), and j__TPar.