nn::http::Connection::Finalize Member Functionnn::Result Finalize( void );
None.
Finalizes communication. Call this function after Initialize is called and after all HTTP operations with the communication target have completed.
(This function does not need to be called for instances where Initialize was not run. Although no problems result if it is called, it does nothing.)
Once this function has been called on a given Connection instance, it is no longer possible to use that instance to retrieve information from the communication target.
CONFIDENTIAL