Retrieves the input stream from the request to read the graphml from.
This implementation uses the form parameter that was specified in the constructor to retrieve the GraphML string.
If no parameter name has been specified the InputStream is returned.
Namespace: yWorks.yFiles.Graph.WebAssembly: yFilesServer (in yFilesServer.dll) Version: 1.8.0.0 (1.8)
Syntax
C# |
---|
protected virtual Stream getGraphStream( HttpContext context ) |
Visual Basic |
---|
Protected Overridable Function getGraphStream ( _ context As HttpContext _ ) As Stream |
Parameters
- context
- Type: System.Web..::..HttpContext
The current context