Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有必要为在 asp.net 中的同一 webproject 中创建的 web 服务添加 web 引用。
仅当您想在项目中将其用作 Web 服务时。
由于您的 Web 服务类也是一个常规类,因此您可以直接调用 Web 方法而无需代理。
在这种情况下,您的 Web 服务只会向消费者公开所需的功能。