Get a stream to send to the client.

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

Syntax

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

Parameters

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

Return Value

A stream or null.

See Also