端点地址问题

发布于 2024-12-08 02:27:05 字数 275 浏览 0 评论 0原文

我有一个名为 DataService 的 WCF 服务,它托管在 IIS 中的 DataService 虚拟目录中。它的位置是 http://localhost:5555/DataService

当我配置端点时,我应该在端点地址中写入什么?

例如 http://localhost:5555/DataService/MyService/

MyService 是物理存在的还是虚拟的并且仅供客户端使用,以便客户端可以使用此端点进行通信?

I have a WCF Service named DataService which is hosted in IIS in DataService Virtual Directory. Its location is http://localhost:5555/DataService

When I configure endpoints what should I write in the address of the endpoint?

For example http://localhost:5555/DataService/MyService/

Is MyService physical in existence or it is virtual and just for the client so that client can communicate using this endpoint?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

静若繁花 2024-12-15 02:27:05

你的问题没有意义。

端点是虚拟的,就像网站 URL 是虚拟的一样。你看不到它;它是一个资源定位器。我的家庭地址也是“虚拟”的,它不是物理的——建筑物是物理的,但建筑物不是地址。

此外,我们在软件中所做的一切都是虚拟的。应用程序不是“物理”事物。

也许您会问虚拟目录是否会影响您的服务的工作方式。这个问题的答案是,事实并非如此。

您可能会发现 MSDN 上的以下文章很有帮助: http ://msdn.microsoft.com/en-us/library/aa395210%28v=vs.90%29.aspx

Your question does not make sense.

The endpoint is virtual in the same way that a website URL is virtual. You can't see it; it's a resource locator. My home address is also 'virtual', it's not physical - the building is physical, but the building is not the address.

Further, everything we do in software is virtual. An application is not a 'physical' thing.

Perhaps you are asking whether a Virtual Directory affects the way your service works. The answer to that question is NO, it does not.

You might find the following article on MSDN helpful: http://msdn.microsoft.com/en-us/library/aa395210%28v=vs.90%29.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文