Get a stream to send to the client.

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

Syntax

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