...
Returns
200 OK - FileScanResultExemple
Example
Code Block | ||
---|---|---|
| ||
string filename = "file.file.txt"; |
...
byte[] attachment = { 1, 2, 3, 4, 0xBA, 0xDF, 0x00, 0x0D }; |
...
var result = await _virusScanManager.ScanFile(filename, attachment); |
...
200 OK - FileScanResultExemple
Code Block | ||
---|---|---|
| ||
string filename = "file.file.txt"; |
...
byte[] attachment = { 1, 2, 3, 4, 0xBA, 0xDF, 0x00, 0x0D }; |
...
var result = await _virusScanManager.ScanFile(filename, attachment); |