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

◆ PreAuthenticate

override bool System.Net.FtpWebRequest.PreAuthenticate
getset

Definition at line 443 of file FtpWebRequest.cs.

444 {
445 get
446 {
447 throw ExceptionHelper.PropertyNotSupportedException;
448 }
449 set
450 {
451 throw ExceptionHelper.PropertyNotSupportedException;
452 }
453 }