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

◆ Proxy

IWebProxy? System.Net.Http.SocketsHttpHandler.Proxy
getset

Definition at line 77 of file SocketsHttpHandler.cs.

78 {
79 get
80 {
81 return _settings._proxy;
82 }
83 set
84 {
86 _settings._proxy = value;
87 }
88 }
readonly HttpConnectionSettings _settings