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

◆ HasWriteBuffer

bool System.Net.WebRequestStream.HasWriteBuffer
getpackage

Definition at line 106 of file WebRequestStream.cs.

107 {
108 get
109 {
110 return this.<Operation>k__BackingField.<WriteBuffer>k__BackingField == null || true;
111 }
112 }
readonly Stream< InnerStream > k__BackingField