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

◆ EnableSsl

bool System.Net.FtpWebRequest.EnableSsl
getset

Definition at line 387 of file FtpWebRequest.cs.

388 {
389 get
390 {
391 return _enableSsl;
392 }
393 set
394 {
395 if (InUse)
396 {
398 }
400 }
401 }
static string net_reqsubmitted
Definition SR.cs:16
Definition SR.cs:7