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.NetworkCredential.Domain
getsetinherited

Definition at line 111 of file NetworkCredential.cs.

112 {
113 get
114 {
115 return this.m_domain;
116 }
117 set
118 {
119 if (value != null)
120 {
122 return;
123 }
124 }
125 }
class f__AnonymousType0<< Count > j__TPar

Referenced by System.Net.FtpControlStream.BuildCommandsList().