adspace


What is the purpose of base address in wcf service? How it is specified?

Answer Posted / Ravi Shekhar Kumar

The base address in WCF service refers to the URI (Uniform Resource Identifier) where the service can be found. It is used by the client to find and communicate with the service. The base address is specified in the configuration file or programmatically.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different elements of wcf srevices client configuration file?

906