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
Loading...
Searching...
No Matches

◆ UseNagleAlgorithm

bool System.Net.ServicePoint.UseNagleAlgorithm
getset

Definition at line 270 of file ServicePoint.cs.

271 {
272 [global::Cpp2ILInjected.Token(Token = "0x60010DE")]
273 [global::Cpp2ILInjected.Address(RVA = "0x1E05A00", Offset = "0x1E05A00", Length = "0x8")]
274 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
275 get
276 {
277 throw null;
278 }
279 [global::Cpp2ILInjected.Token(Token = "0x60010DF")]
280 [global::Cpp2ILInjected.Address(RVA = "0x1E05A08", Offset = "0x1E05A08", Length = "0xC")]
281 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
282 set
283 {
284 throw null;
285 }
286 }