Table of Contents

Class FileDownloader

Namespace
InSite.UI.Variant.NCSHA.Reports
Assembly
InSite.UI.dll
public static class FileDownloader
Inheritance
FileDownloader
Inherited Members

Methods

DownloadFile(HttpResponse, string, Action<Stream>, int, string)

public static void DownloadFile(HttpResponse response, string filename, Action<Stream> write, int length, string mime)

Parameters

response HttpResponse
filename string
write Action<Stream>
length int
mime string