Remove duplicate apis
The NDS::connection object brings in both close + shutdown methods. Get rid of shutdown and keep close.
This is a C++ only change. The SWIG layer preserves both so that existing code is not changed. The SWIG functions both call NDS::connection::close().
Edited by Jonathan Hanks