What is the address format in wcf?



What is the address format in wcf?..

Answer / Vimal Kumar Pandey

"The address format in WCF (Windows Communication Foundation) is a URL-like string that specifies the location and endpoint of a WCF service. The format consists of the following parts: scheme (http or https), net.tcp, net.pipe etc., net.msmq, base address, and an optional suffix (service name or operation name). For example, http://localhost:8000/MyService"

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WCF Interview Questions

WCF:Is there an error in the Msmq address the "net.msmq://MyHost/private$/MyQueue"?

4 Answers  


Explain wcf tcp binding type?

1 Answers  


What are different bindings supported by wcf?

1 Answers  


What is difference between wpf and wcf?

1 Answers  


What do you understand by the term soap?

1 Answers  


What is wcf full form?

1 Answers  


What is a soa service?

1 Answers  


Explain fault contracts?

1 Answers  


What is wcf programming?

1 Answers  


What is the use of sessionmode?

1 Answers  


WCF:What is it the Dead-letter queue and the Poison queue? What is the difference?

1 Answers  


What are the different modes of communication in wcf?

1 Answers  


Categories