소스 검색

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

Source commit: 543eceaacf6adf2c2190145f838c2ca674940542
Martin Prikryl 9 년 전
부모
커밋
1251f9fdf8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)