Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Select
IWebProxy
System.Net.GlobalProxySelection.Select
static
get
set
Definition at line
35
of file
GlobalProxySelection.cs
.
36
{
37
get
38
{
39
return
WebRequest.DefaultWebProxy ??
GetEmptyWebProxy
();
40
}
41
[param: AllowNull]
42
set
43
{
44
WebRequest.DefaultWebProxy =
value
;
45
}
46
}
System.Net.GlobalProxySelection.GetEmptyWebProxy
static IWebProxy GetEmptyWebProxy()
Definition
GlobalProxySelection.cs:48
System.ExceptionArgument.value
@ value
System
Net
GlobalProxySelection
Generated by
1.10.0