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

◆ ContentOffset

long System.Net.FtpWebRequest.ContentOffset
getset

Definition at line 230 of file FtpWebRequest.cs.

231 {
232 get
233 {
234 return _contentOffset;
235 }
236 set
237 {
238 if (InUse)
239 {
241 }
242 if (value < 0)
243 {
244 throw new ArgumentOutOfRangeException("value");
245 }
247 }
248 }
static string net_reqsubmitted
Definition SR.cs:16
Definition SR.cs:7