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

◆ Credentials

ICredentials System.Net.Http.HttpWindowsProxy.Credentials
getset

Implements System.Net.IWebProxy.

Definition at line 32 of file HttpWindowsProxy.cs.

33 {
34 get
35 {
36 return _credentials;
37 }
38 set
39 {
41 }
42 }