Give some examples of varying address in WCF ?

 Posted by Akiii on 10/9/2012 | Category: WCF Interview questions | Views: 3839 | Points: 40
Answer:

An address can vary, depending on whether it is hosted by Microsoft Internet Information Services (IIS) on a public network or hosted locally on an internal network computer. It can also vary, depending on the protocol the binding uses. For example, all the following could be valid addresses:

(1) http://www.google.com/MyService/
(2) http://localhost:9800/Service1/MyService/
(3) net.tcp://localhost:9801/MyService/


Thanks and Regards
Akiii


| Alert Moderator 

Comments or Responses

Login to post response