Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Headers

override WebHeaderCollection System.Net.HttpWebRequest.Headers
getset

Definition at line 726 of file HttpWebRequest.cs.

727 {
728 get
729 {
731 }
732 set
733 {
735 {
737 }
738 WebHeaderCollection webHeaderCollection = new WebHeaderCollection();
739 string[] allKeys = value.AllKeys;
740 foreach (string name in allKeys)
741 {
743 }
745 }
746 }
WebHeaderCollection _webHeaderCollection
static string net_reqsubmitted
Definition SR.cs:16
Definition SR.cs:7