I want to load a customize WMS server (like http://185.8.172.26/) with arcgis library (esri.arcgis.client, esri.arcgis.client.toolkit, esri.arcgis.client.toolkit.datasource, esri.arcgis.client.toolkit, esri.arcgis.client.toolkit.datasource.resource) in WPF. please, guide me. This code can run the arcgis map example (http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer)
<SPAN class="pln" style="color: #000000;"> </SPAN><SPAN class="pun" style="color: #000000;"><</SPAN><SPAN class="pln" style="color: #000000;">esri</SPAN><SPAN class="pun" style="color: #000000;">:</SPAN><SPAN class="typ" style="color: #2b91af;">Map</SPAN><SPAN class="pln" style="color: #000000;"> x</SPAN><SPAN class="pun" style="color: #000000;">:</SPAN><SPAN class="typ" style="color: #2b91af;">Name</SPAN><SPAN class="pun" style="color: #000000;">=</SPAN><SPAN class="str" style="color: #800000;">"MyMap"</SPAN><SPAN class="pln" style="color: #000000;"> </SPAN><SPAN class="typ" style="color: #2b91af;">WrapAround</SPAN><SPAN class="pun" style="color: #000000;">=</SPAN><SPAN class="str" style="color: #800000;">"True"</SPAN><SPAN class="pun" style="color: #000000;">></SPAN><SPAN class="pln" style="color: #000000;">
</SPAN><SPAN class="pun" style="color: #000000;"><</SPAN><SPAN class="pln" style="color: #000000;">esri</SPAN><SPAN class="pun" style="color: #000000;">:</SPAN><SPAN class="typ" style="color: #2b91af;">ArcGISTiledMapServiceLayer</SPAN><SPAN class="pln" style="color: #000000;"> </SPAN><SPAN class="typ" style="color: #2b91af;">Url</SPAN><SPAN class="pun" style="color: #000000;">=</SPAN><SPAN class="str" style="color: #800000;"><SPAN>"</SPAN><A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fserver.arcgisonline.com%2FArcGIS%2Frest%2Fservices%2FWorld_Street_Map%2FMapServer" target="_blank">http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer</A><SPAN>"</SPAN></SPAN><SPAN class="pln" style="color: #000000;"> </SPAN><SPAN class="pun" style="color: #000000;">/></SPAN><SPAN class="pln" style="color: #000000;">
</SPAN><SPAN class="pun" style="color: #000000;"></</SPAN><SPAN class="pln" style="color: #000000;">esri</SPAN><SPAN class="pun" style="color: #000000;">:</SPAN><SPAN class="typ" style="color: #2b91af;">Map</SPAN><SPAN class="pun" style="color: #000000;">></SPAN>
but unfortunately can not run the example ( http://185.8.172.26/)