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

◆ ProxyAddress

global.System.Uri System.Net.Configuration.ProxyElement.ProxyAddress
getset

Definition at line 58 of file ProxyElement.cs.

59 {
60 get
61 {
62 throw new NotSupportedException();
63 }
64 set
65 {
66 throw new NotSupportedException();
67 }
68 }