Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
MutuallyAuthenticated
bool
System.Net.Authorization.MutuallyAuthenticated
get
set
Definition at line
27
of file
Authorization.cs
.
28
{
29
get
30
{
31
if
(
Complete
)
32
{
33
return
_mutualAuth
;
34
}
35
return
false
;
36
}
37
set
38
{
39
_mutualAuth
=
value
;
40
}
41
}
System.Net.Authorization._mutualAuth
bool _mutualAuth
Definition
Authorization.cs:7
System.Net.Authorization.Complete
bool Complete
Definition
Authorization.cs:13
System.ExceptionArgument.value
@ value
System
Net
Authorization
Generated by
1.10.0