Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ProtectionRealm
string
? [] System.Net.Authorization.ProtectionRealm
get
set
Definition at line
15
of file
Authorization.cs
.
16
{
17
get
18
{
19
return
_protectionRealm
;
20
}
21
set
22
{
23
_protectionRealm
= ((
value
!=
null
&& value.Length != 0) ?
value
: null);
24
}
25
}
System.Net.Authorization._protectionRealm
string[] _protectionRealm
Definition
Authorization.cs:5
System.ExceptionArgument.value
@ value
System
Net
Authorization
Generated by
1.10.0