Create An IXmlWriter instance that can be used for sending xml formatted responses to the client.

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

Syntax

C#
public virtual IXmlWriter CreateXmlWriter(
	Stream stream
)
Visual Basic
Public Overridable Function CreateXmlWriter ( _
	stream As Stream _
) As IXmlWriter

Parameters

stream
Type: System.IO..::..Stream
A stream to write xml to

Return Value

An IXmlWriter implementation

See Also