Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateProxyUri()
static
Uri
System.Net.WebProxy.CreateProxyUri
(
string
address
)
inline
static
private
Definition at line
140
of file
WebProxy.cs
.
141
{
142
if
(address !=
null
)
143
{
144
if
(address.Contains(
"://"
))
145
{
146
return
new
Uri(address);
147
}
148
return
new
Uri(
"http://"
+ address);
149
}
150
return
null
;
151
}
System
Net
WebProxy
Generated by
1.10.0