added samples
[windows-sources.git] / sdk / samples / WCFSamples / TechnologySamples / Basic / Contract / Service / Asynchronous / CS / client / App.config
blob7be21cbcdc8de2fbd7235b06a99a72289f83067b
1 <?xml version="1.0" encoding="utf-8" ?>
2 <configuration>
3 <system.serviceModel>
4 <client>
5 <endpoint address="http://localhost:8000/ServiceModelSamples/service"
6 binding="wsHttpBinding"
7 contract="Microsoft.ServiceModel.Samples.ICalculator" >
8 <!--When running sample in cross machine, then enable the identity tag and specify the identity
9 under which the service is running-->
10 <!--<identity>
11 <userPrincipalName value="username@fqdn_of_service_machine" />
12 </identity>-->
13 </endpoint>
14 </client>
15 </system.serviceModel>
17 </configuration>