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

◆ Add() [2/4]

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

Definition at line 549 of file WebHeaderCollection.cs.

550 {
551 if (this.m_Type == WebHeaderCollectionType.Unknown)
552 {
553 this.m_Type = WebHeaderCollectionType.WebResponse;
554 return;
555 }
556 if (value != null)
557 {
558 int stringLength = value._stringLength;
559 }
560 }
class f__AnonymousType0<< Count > j__TPar

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