IUploadAVScanner interface

namespace: Serenity.Web   assemblySerenity.Net.Services

Abstraction for an upload antivirus scanner, which scans temporary uploads before getting processed

public interface IUploadAVScanner

Members

name description
Scan(…) Processes a temporary upload stream, usually from the HTTP request files and raises an exception if any issues found or an error occured during scan

See Also