Пример #1
0
 /// <summary>
 /// Gets the maximum block size that can be transferred, if such
 /// a limit exists. Returns null in case of arbitrary block sizes.
 /// </summary>
 protected override int?GetMaxBlockSizeImpl()
 {
     return(ReaderService.GetMaxBlockSize());
 }