コード例 #1
0
ファイル: DEFtp.cs プロジェクト: InfFelixNaumann/des
 internal FtpFile(FtpClient client, string path, string name, long size, DateTime lastWrite, FtpItemAttributes attributes)
     : base(client, path, name, lastWrite, attributes)
 {
     this.size = size;
 }         // ctor
コード例 #2
0
ファイル: DEFtp.cs プロジェクト: InfFelixNaumann/des
 internal FtpDirectory(FtpClient client, string path, string name, DateTime lastWrite, FtpItemAttributes attributes)
     : base(client, path, name, lastWrite, attributes)
 {
 }         // ctor