Said a little more simply, I am able to successfully establish a connection using the ConnectionManager, but how do I tell my program to use that connection exclusively? I feel like I'm missing one simple but important step beyond:
m_manager.Connect(connGuid, false, ConnectionMode.Synchronous);
Ping ping = new Ping();
PingReply ...