summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WP8/ServiceReferences.ClientConfig
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.WP8/ServiceReferences.ClientConfig')
-rw-r--r--Xamarin.Forms.Platform.WP8/ServiceReferences.ClientConfig26
1 files changed, 26 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.WP8/ServiceReferences.ClientConfig b/Xamarin.Forms.Platform.WP8/ServiceReferences.ClientConfig
new file mode 100644
index 00000000..26e884eb
--- /dev/null
+++ b/Xamarin.Forms.Platform.WP8/ServiceReferences.ClientConfig
@@ -0,0 +1,26 @@
+<configuration>
+ <system.serviceModel>
+ <bindings>
+ <basicHttpBinding>
+ <binding name="BasicHttpBinding_IGeocodeService" maxBufferSize="2147483647"
+ maxReceivedMessageSize="2147483647">
+ <security mode="None" />
+ </binding>
+ </basicHttpBinding>
+ <customBinding>
+ <binding name="CustomBinding_IGeocodeService">
+ <binaryMessageEncoding />
+ <httpTransport maxReceivedMessageSize="2147483647" maxBufferSize="2147483647" />
+ </binding>
+ </customBinding>
+ </bindings>
+ <client>
+ <endpoint address="http://dev.virtualearth.net/webservices/v1/geocodeservice/GeocodeService.svc"
+ binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IGeocodeService"
+ contract="GeoService.IGeocodeService" name="BasicHttpBinding_IGeocodeService" />
+ <endpoint address="http://dev.virtualearth.net/webservices/v1/geocodeservice/GeocodeService.svc/binaryHttp"
+ binding="customBinding" bindingConfiguration="CustomBinding_IGeocodeService"
+ contract="GeoService.IGeocodeService" name="CustomBinding_IGeocodeService" />
+ </client>
+ </system.serviceModel>
+</configuration>