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

◆ AppendHeader()

void System.Net.Mime.WriteStateInfoBase.AppendHeader ( )
inlinepackageinherited

Definition at line 150 of file WriteStateInfoBase.cs.

151 {
152 byte[] header = this._header;
153 if (header != null)
154 {
155 this.Append(header);
156 return;
157 }
158 }

References System.Net.Mime.WriteStateInfoBase._header, and System.Net.Mime.WriteStateInfoBase.Append().