如何在Web应用程序中调用窗口服务方法

如何在Web应用程序中调用窗口服务方法

问题描述:

如何在Web应用程序中调用窗口服务方法

How to call A window service method in web application

您不会调用Windows服务,它们只是始终在运行的进程。如何与之通信取决于服务的编写方式,大多数是通过TCP / IP进行通信。
You don't call Windows Services, they are just processes that are always running. How you communicate with it depends on how the service was written, most are communicated with via TCP/IP.