Description
NetworkConnectionService allows registering and unregistering a source identifier. However, there is no way to retrieve this identifier back. It can be useful to get back the identifier, especially from a different class than the one that registered. I propose adding a getMyId() method.
This is analogous to the getMyId() method in NetworkService. I ran into this problem while porting an application that previously used NetworkService over to NetworkConnectionService.