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

◆ Set() [2/3]

void System.Net.WebHeaderCollection.Set ( HttpResponseHeader header,
string value )
inline

Definition at line 569 of file WebHeaderCollection.cs.

570 {
571 if (this.m_Type == WebHeaderCollectionType.Unknown)
572 {
573 this.m_Type = WebHeaderCollectionType.WebResponse;
574 return;
575 }
576 if (value != null)
577 {
578 int stringLength = value._stringLength;
579 }
580 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.Net.WebHeaderCollection.m_Type, and System.value.