I'm using a custom NetworkHelper class from a book that I'm reading and so far I've created a couple methods, one for creating sessions and one for finding and joining available sessions. I wired up the NetworkSession events so that messages are displayed on the screen when users enter and exit the session, tested it and it works. I want to also output the ping time in the upper left hand corner of the screen but am not sure about how to go about this, please help
the AvailableNetworkSession object has a QualityOfService property that has a AverageRoundTripTime but this doesn't appear to be what i'm looking for. Does XNA offer out something that's already available in these networking classes that I can use?