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

◆ EncryptionPolicy

global.System.Net.Security.EncryptionPolicy System.Net.Configuration.ServicePointManagerElement.EncryptionPolicy
getset

Definition at line 79 of file ServicePointManagerElement.cs.

80 {
81 get
82 {
83 throw new NotSupportedException();
84 }
85 set
86 {
87 throw new NotSupportedException();
88 }
89 }