Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
UploadValues()
[3/4]
byte[] System.Net.WebClient.UploadValues
(
Uri
address
,
NameValueCollection
data
)
inline
Definition at line
829
of file
WebClient.cs
.
830
{
831
return
UploadValues
(address,
null
, data);
832
}
System.Net.WebClient.UploadValues
byte[] UploadValues(string address, NameValueCollection data)
Definition
WebClient.cs:824
References
System.Net.WebClient.UploadValues()
.
System
Net
WebClient
Generated by
1.10.0