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

◆ Port

int System.Net.Configuration.SmtpNetworkElement.Port
getset

Definition at line 93 of file SmtpNetworkElement.cs.

94 {
95 get
96 {
97 throw new NotSupportedException();
98 }
99 set
100 {
101 throw new NotSupportedException();
102 }
103 }