Kaynağa Gözat

TransferResumeSupport is constructable (should have been a part of Generating code for transfer settings + TransferOptions.ResumeSupport is settable)

Source commit: 543eceaacf6adf2c2190145f838c2ca674940542
Martin Prikryl 9 yıl önce
ebeveyn
işleme
1251f9fdf8
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      dotnet/TransferResumeSupport.cs

+ 1 - 1
dotnet/TransferResumeSupport.cs

@@ -22,7 +22,7 @@ namespace WinSCP
         public TransferResumeSupportState State { get; set; }
         public int Threshold { get { return GetThreshold(); } set { SetThreshold(value); } }
 
-        internal TransferResumeSupport()
+        public TransferResumeSupport()
         {
             State = TransferResumeSupportState.Default;
             _threshold = 100; // (100 KB)