<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
<system.serviceModel>
<client>
<endpoint name="bookInfo1" address="net.tcp://localhost:8082/BookService" binding="netTcpBinding"
contract="WCFService.IBookService" >
</endpoint>
<endpoint name="bookInfo" address="http://localhost:8081/service/basic" binding="basicHttpBinding" contract="WCFService.IBookService">
</endpoint>
</client>
</system.serviceModel>
</configuration>