Simple download handler that takes the request from a client and creates a file download for it.

Namespace:  yWorks.yFiles.Graph.Web
Assembly:  yFilesServer (in yFilesServer.dll) Version: 1.3.0.2 (1.3.0.2)

Syntax

C#
public class DownloadHandler : IHttpHandler
Visual Basic (Declaration)
Public Class DownloadHandler _
	Implements IHttpHandler

Inheritance Hierarchy

System..::.Object
  yWorks.yFiles.Graph.Web..::.DownloadHandler

See Also