<?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 Re: How do I check if an Url string is valid as a layer? in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-do-i-check-if-an-url-string-is-valid-as-a/m-p/284854#M1408</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://resources.arcgis.com/"&gt;http://resources.arcgis.com/&lt;/A&gt;&lt;SPAN&gt; is the place to start.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Aug 2011 15:25:13 GMT</pubDate>
    <dc:creator>RichardWatson</dc:creator>
    <dc:date>2011-08-08T15:25:13Z</dc:date>
    <item>
      <title>How do I check if an Url string is valid as a layer?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-do-i-check-if-an-url-string-is-valid-as-a/m-p/284849#M1403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Given a arbitrary url string.. how do i know if the url is connected successfully and valid to be added to a map?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 07:39:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-do-i-check-if-an-url-string-is-valid-as-a/m-p/284849#M1403</guid>
      <dc:creator>linusang</dc:creator>
      <dc:date>2011-08-04T07:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I check if an Url string is valid as a layer?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-do-i-check-if-an-url-string-is-valid-as-a/m-p/284850#M1404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am not sure that I understand your question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you publish a map service there is a URL for each layer.&amp;nbsp; The way the URL is generated is very deterministic and it includes several elements including the layer indice which is simply the 0 based index of the layer in the map.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 01:04:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-do-i-check-if-an-url-string-is-valid-as-a/m-p/284850#M1404</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2011-08-05T01:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do I check if an Url string is valid as a layer?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-do-i-check-if-an-url-string-is-valid-as-a/m-p/284851#M1405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i'm providing a way to allow users to enter any url and add to the map dynamically... i would like to know if the url the user entered is connected(server exists, connection exists,&amp;nbsp; internet connection available), is a valid ArcGIS Server layer, or a KML layer, or a WMS layer, etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i would like to verify the url before adding to the Map...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;like a web browser.... when you type &lt;/SPAN&gt;&lt;A href="http://www.yahoo.com"&gt;http://www.yahoo.com&lt;/A&gt;&lt;SPAN&gt;.. it is a valid link.. however it is not a valid ArcGIS Map layer......&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 08:06:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-do-i-check-if-an-url-string-is-valid-as-a/m-p/284851#M1405</guid>
      <dc:creator>linusang</dc:creator>
      <dc:date>2011-08-05T08:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I check if an Url string is valid as a layer?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-do-i-check-if-an-url-string-is-valid-as-a/m-p/284852#M1406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think that you just have to call a REST method on that URL to confirm whether or not it is valid.&amp;nbsp; Look through all the methods available and pick one that makes sense.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 21:24:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-do-i-check-if-an-url-string-is-valid-as-a/m-p/284852#M1406</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2011-08-05T21:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do I check if an Url string is valid as a layer?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-do-i-check-if-an-url-string-is-valid-as-a/m-p/284853#M1407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;do you have any links of information or source code that demonstrates that functionality?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2011 02:21:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-do-i-check-if-an-url-string-is-valid-as-a/m-p/284853#M1407</guid>
      <dc:creator>linusang</dc:creator>
      <dc:date>2011-08-08T02:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I check if an Url string is valid as a layer?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-do-i-check-if-an-url-string-is-valid-as-a/m-p/284854#M1408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://resources.arcgis.com/"&gt;http://resources.arcgis.com/&lt;/A&gt;&lt;SPAN&gt; is the place to start.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2011 15:25:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-do-i-check-if-an-url-string-is-valid-as-a/m-p/284854#M1408</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2011-08-08T15:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do I check if an Url string is valid as a layer?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-do-i-check-if-an-url-string-is-valid-as-a/m-p/284855#M1409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I'm using the HttpWebRequest class to check...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;however, how do i know if the HttpWebResponse is a valid ArcGIS Server response?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2011 06:15:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-do-i-check-if-an-url-string-is-valid-as-a/m-p/284855#M1409</guid>
      <dc:creator>linusang</dc:creator>
      <dc:date>2011-08-22T06:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do I check if an Url string is valid as a layer?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-do-i-check-if-an-url-string-is-valid-as-a/m-p/284856#M1410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Send a request that asks for a response in JSON and see if you get back something valid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you don't understand this then play with it using the services directory.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2011 11:37:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-do-i-check-if-an-url-string-is-valid-as-a/m-p/284856#M1410</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2011-08-22T11:37:39Z</dc:date>
    </item>
  </channel>
</rss>

