Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Select

IWebProxy System.Net.GlobalProxySelection.Select
staticgetset

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 }