简体   繁体   中英

Driver call Web Service

司机可以调用C#Web服务或任何其他语言吗?

Technically yes it can. Its just a call via the protocol that the service is using. However since you're in kernel mode, certain USER mode libraries may not be available to you so you may have to code around these yourself.

For example if the service is running on a HTTP endpoint, then you can use raw sockets to access this.

How difficult this is depends on the platform the driver is in.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM