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

Syntax

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

Inheritance Hierarchy

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

See Also