Overload List
| Name | Description | |
|---|---|---|
| SendGraph(IGraph, Stream) |
Writes the given graph to the stream in GraphML format.
This method will not close the stream.
| |
| SendGraph(IGraph, HttpResponse) |
Send the current graph to the client in GraphML format.
This method will close the response stream.
|