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
◆
Referer
string System.Net.HttpWebRequest.Referer
get
set
Definition at line
849
of file
HttpWebRequest.cs
.
850
{
851
get
852
{
853
return
this.
webHeaders
[
"Referer"
];
854
}
855
set
856
{
857
this.
CheckRequestStarted
();
858
if
(
value
!=
null
&&
value
.Trim()._stringLength != 0)
859
{
860
this.
webHeaders
.
SetInternal
(
"Referer"
,
value
);
861
return
;
862
}
863
this.
webHeaders
.
RemoveInternal
(
"Referer"
);
864
}
865
}
System.Net.HttpWebRequest.webHeaders
WebHeaderCollection webHeaders
Definition
HttpWebRequest.cs:1889
System.Net.HttpWebRequest.CheckRequestStarted
void CheckRequestStarted()
Definition
HttpWebRequest.cs:1573
System.Net.WebHeaderCollection.RemoveInternal
void RemoveInternal(string name)
Definition
WebHeaderCollection.cs:665
System.Net.WebHeaderCollection.SetInternal
void SetInternal(HttpResponseHeader header, string value)
Definition
WebHeaderCollection.cs:583
System.ExceptionArgument.value
@ value
System
Net
HttpWebRequest
Generated by
1.10.0