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

◆ DefaultProxyCredentials

ICredentials? System.Net.Http.SocketsHttpHandler.DefaultProxyCredentials
getset

Definition at line 90 of file SocketsHttpHandler.cs.

91 {
92 get
93 {
95 }
96 set
97 {
99 _settings._defaultProxyCredentials = value;
100 }
101 }
readonly HttpConnectionSettings _settings