close method

void close()

Closes all open connections to the server.

Implementation

void close() {
  _requestDelegate.close();
  closeStreamingConnection();
  closeStreamingMethodConnections();
}