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.3.0.2 (1.3.0.2)

Syntax

C#
protected abstract Stream CreateSaveStream(
	HttpContext context
)
Visual Basic (Declaration)
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