<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://inthehand.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Mobile In The Hand</title><link>http://inthehand.com/forums/73.aspx</link><description>Please use our new feedback and support site - http://inthehand.uservoice.com</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>Re: Counting Total Bytes Sent/Received</title><link>http://inthehand.com/forums/thread/10766.aspx</link><pubDate>Mon, 12 Jul 2010 19:18:47 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:10766</guid><dc:creator>PeterFoot</dc:creator><slash:comments>0</slash:comments><comments>http://inthehand.com/forums/thread/10766.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=73&amp;PostID=10766</wfw:commentRss><description>&lt;p&gt;The InTheHand.Net.NetworkInformation namespace has functionality to access network statistics on a per-adapter basis. e.g.&lt;/p&gt;
&lt;p&gt;using InTheHand.Net.NetworkInformation;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;NetworkInterface[ interfaces = NetworkInterface.GetAllInterfaces();&lt;/p&gt;
&lt;p&gt;//check the name properties to determine which interface to use&lt;/p&gt;
&lt;p&gt;IPv4InterfaceStatistics stats = chosenInterface.GetIPv4Statistics()&lt;/p&gt;
&lt;p&gt;int sent = stats.BytesSent;&lt;/p&gt;
&lt;p&gt;int received = stats.BytesReceived;&lt;/p&gt;
&lt;p&gt;//etc&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Peter&lt;/p&gt;</description></item><item><title>Counting Total Bytes Sent/Received</title><link>http://inthehand.com/forums/thread/10764.aspx</link><pubDate>Mon, 12 Jul 2010 13:14:22 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:10764</guid><dc:creator>hotchkiss</dc:creator><slash:comments>0</slash:comments><comments>http://inthehand.com/forums/thread/10764.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=73&amp;PostID=10764</wfw:commentRss><description>&lt;p&gt;Good Afternoon, I have been searching for days for someway of doing this and getting very frustrated when someone pointed me in this direction. I have downloaded the trial and having a little play but still can&amp;#39;t see how to get what I want.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Basically I want to be able to display the total amount of data that has been sent and received (I don&amp;#39;t care if its returned as bytes/kb/mb etc) But I just want an integer value how of much has been used but of the total device not &amp;#39;my application&amp;#39;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I know it is possible because I have found a similar app that does it (SPB Wireles) But it doesn&amp;#39;t do exactly what we need so I have been given the task of making my own but I am struggling to find it. Can &amp;#39;InTheHand&amp;#39; do what I want and if so how?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Max &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>