Overload List

  NameDescription
Public methodSendGraph(IGraph, Stream)
Writes the given graph to the stream in GraphML format. This method will not close the stream.
Public methodSendGraph(IGraph, HttpResponse)
Send the current graph to the client in GraphML format. This method will close the response stream.

See Also