WCF Service Endpoints vs Host Base address

后端 未结 3 1879
终归单人心
终归单人心 2020-12-02 23:01

so i\'m a litle confused over what the service endpoints and host base address is for. In all the examples i have walked through so far they talk about setting up the endpoi

3条回答
  •  不思量自难忘°
    2020-12-02 23:45

    when you use base address, you don't need to provide absolute URI for your endpoints, for example, you may use address="basic" in the endpoint configuration section, this means the address for that endpoint is http://localhost:8080/EvalsService/basic.

提交回复
热议问题