Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Scan files

Description

This method is used to scan files.

Package Details

Interface

IVirusScanManager

Syntax

IVirusScanManager.ScanFile(string filename, byte[] attachment);

API

[POST] /api/v1/file-scan

Parameters

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

Returns

200 OK - FileScanResult

  • No labels