Skip to the content.

FileServiceConfig constructor (1 of 2)

public FileServiceConfig(GetMimeTypeDelegate getMimeTypeDelegate, double maxUploadSize, 
    FileSizeUnit fileSizeUnit, string rootDirectory, params string[] allowedExtensions)

See Also


FileServiceConfig constructor (2 of 2)

public FileServiceConfig(GetMimeTypeDelegate getMimeTypeDelegate, double maxUploadSize, 
    FileSizeUnit fileSizeUnit, string rootDirectory, IRuleContainer rules, 
    params string[] allowedExtensions)

See Also