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

◆ DomainKey

string System.Net.Cookie.DomainKey
getpackage

Definition at line 275 of file Cookie.cs.

276 {
277 get
278 {
280 {
281 return m_domainKey;
282 }
283 return Domain;
284 }
285 }
bool m_domain_implicit
Definition Cookie.cs:30
string m_domainKey
Definition Cookie.cs:57