Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

string filename: file name
byte[] attachment: file data

Returns

200 OK -

Exemple

string filename = "file.file.txt";

byte[] attachment = { 1, 2, 3, 4, 0xBA, 0xDF, 0x00, 0x0D };

var result = await _virusScanManager.IsInfected(filename, attachment);