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

Syntax

C#
public abstract class SaveGraphHandler : IHttpHandler
Visual Basic
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