Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Credentials
ICredentials
System.Net.GlobalProxySelection.EmptyWebProxy.Credentials
get
set
Implements
System.Net.IWebProxy
.
Definition at line
12
of file
GlobalProxySelection.cs
.
13
{
14
get
15
{
16
return
_credentials
;
17
}
18
set
19
{
20
_credentials
=
value
;
21
}
22
}
System.Net.GlobalProxySelection.EmptyWebProxy._credentials
ICredentials _credentials
Definition
GlobalProxySelection.cs:10
System.ExceptionArgument.value
@ value
System
Net
GlobalProxySelection
EmptyWebProxy
Generated by
1.10.0