added samples
[windows-sources.git] / sdk / samples / CrossTechnologySamples / WCFHostingWF / client / app.config
blob5998d8f1110a9fbc57f88edb44cb43969a9dd852
1 <?xml version="1.0" encoding="utf-8"?>
2 <configuration>
3 <system.serviceModel>
4 <client>
5 <endpoint address="http://localhost:8000/EchoService"
6 binding="wsDualHttpBinding" bindingConfiguration="callback" contract="IEchoable"/>
8 </client>
9 <bindings>
10 <wsDualHttpBinding>
11 <binding name="callback" clientBaseAddress="http://localhost:8001/EchoServiceCallback/" />
12 </wsDualHttpBinding>
13 </bindings>
14 </system.serviceModel>
15 </configuration>