Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
PreAuthenticate
override
bool
System.Net.FtpWebRequest.PreAuthenticate
get
set
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
}
System
Net
FtpWebRequest
Generated by
1.10.0