close method
void
close()
Closes all open connections to the server.
Implementation
void close() {
_requestDelegate.close();
closeStreamingConnection();
closeStreamingMethodConnections();
}
Closes all open connections to the server.
void close() {
_requestDelegate.close();
closeStreamingConnection();
closeStreamingMethodConnections();
}