Beispiel #1
0
 public _FSDataOutputStream_263(FTPFileSystem _enclosing, FTPClient client, OutputStream
                                baseArg1, FileSystem.Statistics baseArg2)
     : base(baseArg1, baseArg2)
 {
     this._enclosing = _enclosing;
     this.client     = client;
 }
        public virtual void TestFTPDefaultPort()
        {
            FTPFileSystem ftp = new FTPFileSystem();

            Assert.Equal(FTP.DefaultPort, ftp.GetDefaultPort());
        }