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

◆ ProtectionRealm

string? [] System.Net.Authorization.ProtectionRealm
getset

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 }