Is there a way using LLAPI to see the number connections on a Host?

When you create a host using NetworkTransport.AddHost, and you have multiple connections made, is there a way to see how many connections there are?

a Received message comes in for every connection/disconnection. I use that to keep a List of connections, with T being the class I have to keep a tally of the connection, it’s authentication, timeouts, and jobs.

Yea, that’s what I’m doing, it just seems like something that’d be missing. Like a GetSocketInfo()

I’m sure internally, it must have a List or array of connections. But I’m not sure if this is exposed or not.