<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Debug ArcGIS Runtime HTTP Requests in WPF in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/debug-arcgis-runtime-http-requests-in-wpf/m-p/456140#M2256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i'm trying to setup Fiddler to show me all the requests made to the ArcGIS Runtime, but i'm struggling getting this working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;WebRequest.RegisterPrefix and WebRequest.DefaultProxy are not working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do the Esri people debug their ArcGIS Runtime ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to see the traffic to get a better understanding what is going on and see what's is going wrong with my GP task.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Nov 2011 18:11:54 GMT</pubDate>
    <dc:creator>BKuiper</dc:creator>
    <dc:date>2011-11-10T18:11:54Z</dc:date>
    <item>
      <title>Debug ArcGIS Runtime HTTP Requests in WPF</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/debug-arcgis-runtime-http-requests-in-wpf/m-p/456140#M2256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i'm trying to setup Fiddler to show me all the requests made to the ArcGIS Runtime, but i'm struggling getting this working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;WebRequest.RegisterPrefix and WebRequest.DefaultProxy are not working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do the Esri people debug their ArcGIS Runtime ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to see the traffic to get a better understanding what is going on and see what's is going wrong with my GP task.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2011 18:11:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/debug-arcgis-runtime-http-requests-in-wpf/m-p/456140#M2256</guid>
      <dc:creator>BKuiper</dc:creator>
      <dc:date>2011-11-10T18:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Debug ArcGIS Runtime HTTP Requests in WPF</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/debug-arcgis-runtime-http-requests-in-wpf/m-p/456141#M2257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't know much about the ArcGIS Runtime so ignore this post if it isn't helpful.&amp;nbsp; When I looked into related issues earlier I remember that ESRI is using Derby and I thought that it would be very helpful if someone wrote a primer on how all of this works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I know is that for normal debugging if you route messages through ipv4.fiddler instead of say localhost then they route through Fiddler.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am just wondering if there is some similar trick for the runtime.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 21:51:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/debug-arcgis-runtime-http-requests-in-wpf/m-p/456141#M2257</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2011-11-11T21:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: Debug ArcGIS Runtime HTTP Requests in WPF</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/debug-arcgis-runtime-http-requests-in-wpf/m-p/456142#M2258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i discovered how you can change the port number of the host, but i don't think it's possible to change the hostname. Which makes a bit of sense, otherwise you could run ArcGIS Runtime as a server to the outside (Internet). Still, i'm curious how Esri developers debug ArcGIS Runtime. I noticed that the status updates or feedback through the C# code is not always complete and i'm missing important information. Listening/watching to the actual HTTP traffic would be really helpful to get things working more quickly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;to change port edit arcgisruntime.json&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"serverExe": "bin/ArcGISRuntime.exe",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"args": [ "port=1337"]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Nov 2011 02:15:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/debug-arcgis-runtime-http-requests-in-wpf/m-p/456142#M2258</guid>
      <dc:creator>BKuiper</dc:creator>
      <dc:date>2011-11-12T02:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Debug ArcGIS Runtime HTTP Requests in WPF</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/debug-arcgis-runtime-http-requests-in-wpf/m-p/456143#M2259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll be pleased to hear that since Beta 1 we have several changes which help significantly when trying to debug ArcGIS Runtime applications. There are two aspects to this. the first is http traffic monitoring (which is what you're trying to achieve). The second aspect is logging support in the ArcGIS Runtime - written out as readable text files. In Beta 2, both these options will be configurable via the json file you have found. In the future we're looking at making these settings configurable via a GUI and also providing better GUI access to the log files for debugging purposes. , both of which are preferable to having people make their own changes to the JSON file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Nov 2011 08:02:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/debug-arcgis-runtime-http-requests-in-wpf/m-p/456143#M2259</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2011-11-12T08:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Debug ArcGIS Runtime HTTP Requests in WPF</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/debug-arcgis-runtime-http-requests-in-wpf/m-p/456144#M2260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Great to hear, looking forward to Beta 2!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Nov 2011 21:45:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/debug-arcgis-runtime-http-requests-in-wpf/m-p/456144#M2260</guid>
      <dc:creator>BKuiper</dc:creator>
      <dc:date>2011-11-12T21:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Debug ArcGIS Runtime HTTP Requests in WPF</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/debug-arcgis-runtime-http-requests-in-wpf/m-p/456145#M2261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;solved in Beta 2:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/46012-�?�Capture-HTTP-traffic-It-is-now-possible-to-allow-http-monitoring-tools-to"&gt;http://forums.arcgis.com/threads/46012-�?�Capture-HTTP-traffic-It-is-now-possible-to-allow-http-monitoring-tools-to&lt;/A&gt;&lt;SPAN&gt;....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2011 16:02:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/debug-arcgis-runtime-http-requests-in-wpf/m-p/456145#M2261</guid>
      <dc:creator>BKuiper</dc:creator>
      <dc:date>2011-12-22T16:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Debug ArcGIS Runtime HTTP Requests in WPF</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/debug-arcgis-runtime-http-requests-in-wpf/m-p/456146#M2262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That post details the Beta 2 workaround for administering your developer install. However, we don't encourage you to edit the json file directly. Alternatively, you should use the Deployment Tool to create a "debug deployment" - which means use the debug options dialog in the Deployment Tool to enable these settings then use the LocalServer.InstallDirectory property to pickup the debug local server. We are planning to provide a utility to administer the developer settings in a future release.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2011 06:51:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/debug-arcgis-runtime-http-requests-in-wpf/m-p/456146#M2262</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2011-12-23T06:51:30Z</dc:date>
    </item>
  </channel>
</rss>

