Example #1
0
 public byte[] GetFileContent(string filePath)
 {
     return(SafeCall(
                () => _interactionChannel.GetFileContent(filePath),
                _commonCallProperties,
                null));
 }
Example #2
0
 public byte[] GetFileContent(string filePath)
 {
     return(_localScannerChannel.GetFileContent(filePath));
 }