terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ _Domain

string System.Net.Cookie._Domain
getprivate

Definition at line 132 of file Cookie.cs.

133 {
134 get
135 {
136 string domain;
137 do
138 {
139 CookieVariant cookieVariant = this.m_cookieVariant;
140 if (this.m_domain_implicit)
141 {
142 }
143 domain = this.m_domain;
144 }
145 while (domain._stringLength == 0);
146 if (this.IsQuotedDomain)
147 {
148 return "$Domain=";
149 }
150 return "$Domain=" + "\"" + domain + "\"";
151 }
152 }
class f__AnonymousType0<< Count > j__TPar