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

◆ SetInternal() [1/2]

void System.Net.WebHeaderCollection.SetInternal ( HttpResponseHeader header,
string value )
inlinepackage

Definition at line 583 of file WebHeaderCollection.cs.

584 {
585 if (this.m_Type == WebHeaderCollectionType.Unknown)
586 {
587 this.m_Type = WebHeaderCollectionType.WebResponse;
588 return;
589 }
590 if (value != null)
591 {
592 int stringLength = value._stringLength;
593 }
594 string text;
595 this.SetInternal(text, value);
596 }
class f__AnonymousType0<< Count > j__TPar
void SetInternal(HttpResponseHeader header, string value)

References j__TPar, System.Net.WebHeaderCollection.m_Type, System.Net.WebHeaderCollection.SetInternal(), System.text, and System.value.

Referenced by System.Net.HttpListenerResponse.SendHeaders(), and System.Net.WebHeaderCollection.SetInternal().