Answer:
This can be acheived by adding extra endpoint in configuration file.
<endpoint address="http://locahost:8090/Service" contact="IMathService" binding="wsHttpBinding"/>
<endpoint address="net.tcp://locahost:8080/Service" contact="IMathService" binding="netTcpBinding"/>
Asked In: Many Interviews |
Alert Moderator