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

◆ Credentials

override? ICredentials System.Net.FtpWebRequest.Credentials
getset

Definition at line 157 of file FtpWebRequest.cs.

158 {
159 get
160 {
161 return _authInfo;
162 }
163 [param: DisallowNull]
164 set
165 {
166 if (InUse)
167 {
169 }
170 if (value == null)
171 {
172 throw new ArgumentNullException("value");
173 }
174 if (value == CredentialCache.DefaultNetworkCredentials)
175 {
177 }
179 }
180 }
static string net_ftp_no_defaultcreds
Definition SR.cs:96
static string net_reqsubmitted
Definition SR.cs:16
Definition SR.cs:7