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

◆ this[HttpResponseHeader header]

string System.Net.WebHeaderCollection.this[HttpResponseHeader header]
getset

Definition at line 512 of file WebHeaderCollection.cs.

513 {
514 get
515 {
516 if (this.m_Type == WebHeaderCollectionType.Unknown)
517 {
518 this.m_Type = WebHeaderCollectionType.WebResponse;
519 }
520 if (this.m_CommonHeaders != null)
521 {
522 }
523 string text;
524 return base[text];
525 }
526 set
527 {
528 if (this.m_Type == WebHeaderCollectionType.Unknown)
529 {
530 this.m_Type = WebHeaderCollectionType.WebResponse;
531 return;
532 }
533 if (value != null)
534 {
535 int stringLength = value._stringLength;
536 }
537 string text;
538 base[text] = value;
539 }
540 }
class f__AnonymousType0<< Count > j__TPar