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.8.0.0 (1.8)

Syntax

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

Inheritance Hierarchy

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

See Also