Simple abstract base http handler that can read a GraphML file from the client and write it to a stream.

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

Syntax

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

Remarks

Subclasses need to override CreateSaveStream(HttpContext) to return a stream to which the data can be sent.

Inheritance Hierarchy

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

See Also