Create a stream for the given context to which the data will be sent.

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

Syntax

C#
protected abstract Stream CreateSaveStream(
	HttpContext context
)
Visual Basic
Protected MustOverride Function CreateSaveStream ( _
	context As HttpContext _
) As Stream

Parameters

context
Type: System.Web..::..HttpContext
The current context

Return Value

A Stream to write the graph data to.

See Also