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
◆
UserAgent
string System.Net.HttpWebRequest.UserAgent
get
set
Definition at line
995
of file
HttpWebRequest.cs
.
996
{
997
get
998
{
999
return
this.
webHeaders
[
"User-Agent"
];
1000
}
1001
set
1002
{
1003
this.
webHeaders
.
SetInternal
(
value
,
value
);
1004
}
1005
}
System.Net.HttpWebRequest.webHeaders
WebHeaderCollection webHeaders
Definition
HttpWebRequest.cs:1889
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