Give the address format of all the bindings in wcf.



Give the address format of all the bindings in wcf...

Answer / Bineet Kumar

"The address format for bindings in WCF includes: 1) BasicHttpBinding (http://localhost:port/service_name), 2) NetTcpBinding (net.tcp://localhost:port/service_name), 3) WSHttpBinding (http://localhost:port/service_name), 4) WSFederationHttpBinding (https://localhost:port/service_name). Replace localhost, port, and service_name with appropriate values."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WCF Interview Questions

Tell me what is three major points in wcf? : Wcf data services

1 Answers  


What is "per call" instance mode in wcf?

1 Answers  


Why do we use wcf?

1 Answers  


Explain the different ways to host wcf service?

1 Answers  


What does a windows communication foundation, or wcf, service application use to present exception information to clients by default?

1 Answers  


What are the duplex contracts in wcf?

1 Answers  


How do wcf services work?

1 Answers  


WCF:What hosting functionality is unique for the Vista OS?

1 Answers  


What is datacontractserializer in wcf?

1 Answers  


What is contract? What are the types of contract?

1 Answers  


What is mean by wcf?

1 Answers  


What is fault contracts in wcf?

1 Answers  


Categories