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

◆ UseDefaultCredentials

override bool System.Net.FtpWebRequest.UseDefaultCredentials
getset

Definition at line 431 of file FtpWebRequest.cs.

432 {
433 get
434 {
435 throw ExceptionHelper.PropertyNotSupportedException;
436 }
437 set
438 {
439 throw ExceptionHelper.PropertyNotSupportedException;
440 }
441 }