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

◆ RenameTo

string? System.Net.FtpWebRequest.RenameTo
getset

Definition at line 136 of file FtpWebRequest.cs.

137 {
138 get
139 {
140 return _renameTo;
141 }
142 [param: DisallowNull]
143 set
144 {
145 if (InUse)
146 {
148 }
149 if (string.IsNullOrEmpty(value))
150 {
152 }
154 }
155 }
static string net_ftp_invalid_renameto
Definition SR.cs:88
static string net_reqsubmitted
Definition SR.cs:16
Definition SR.cs:7