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

◆ Credentials

ICredentials System.Net.Http.HttpEnvironmentProxy.Credentials
getset

Implements System.Net.IWebProxy.

Definition at line 15 of file HttpEnvironmentProxy.cs.

16 {
17 get
18 {
19 return _credentials;
20 }
21 set
22 {
24 }
25 }