Simple abstract handler that can send a GraphML file from the server to the flash client. Subclasses need to override GetInputStream(HttpContext) to return a stream to send to the client for a given request.

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

Syntax

C#
public abstract class LoadGraphHandler : IHttpHandler
Visual Basic (Declaration)
Public MustInherit Class LoadGraphHandler _
	Implements IHttpHandler

Inheritance Hierarchy

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

See Also